{% extends "core/base/wide_base.html" %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% block wide_content %}
{% for section in graph %}
{{ section.name }}
{% for module in section.included %}
{{ module.name }}
{% endfor %}
{% if section.addable_list %} {% else %}
+
{% endif %}
{% if not forloop.last %}
{% endif %} {% endfor %}
{% endblock wide_content %}