{% extends "core/base/base.html" %}
{% comment %}
SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% block content %}
{% include "unicore/info.html" %}
{% include "unicore/job-list.html" %}
{% endblock content %}