{% load i18n locale %} {% for th in table.headings %} {% endfor %} {% for item in table.items %} {% include "common/_table_row.html" %} {% endfor %}
{{ th.display_name }}