{% extends "core/base/base.html" %} {% comment %} SPDX-FileCopyrightText: 2023 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load heliport %} {% block content %}
{% for line in unicore_job.properties.log %} {{ line | linebreaksbr }}
{% endfor %}
{% endblock content %}