{% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static %}
{% csrf_token %} {% for column in table.columns %} {% endfor %} {% if table.has_actions %}{% endif %} {% for row in table.generate_rows %} {% for cell in row.data %}{% endfor %} {% endfor %}
{{ column.display_name }}
{{ cell }}
{% if edit_tags %}
{% endif %} {% for action in row.actions %}
{% if action.is_link %} {{ action.display_name }} {% else %} {% endif %}
{% endfor %}