{% load i18n %}
{% if has_delete_permission %} {% endif %} {% if has_delete_permission %} {% endif %} {% for heading in data_headings %} {% endfor %} {% for row in data_rows %} {% if has_delete_permission %} {% endif %} {% for cell in row.fields %} {% endfor %} {% if row.files %} {% endif %} {% endfor %}
{{ heading }}
{{ cell }}
{% trans 'Files' %}
    {% for file in row.files %}
  • {{ file }}
  • {% endfor %}