{% load i18n %}
{% for heading in data_headings %} {% endfor %} {% for row in data_rows %} {% for cell in row %} {% endfor %} {% endfor %}
{% trans "Submission Date" %}{{ heading }}
{{ cell }}