{% load i18n %}
{% for heading in data_headings %} {% endfor %} {% for row in data_rows %} {% for cell in row.fields %} {% endfor %} {% endfor %}
{{ heading }}{% trans "Actions" %}
{{ cell }} {% trans 'delete' %}