{% load i18n insight_tags %}
{% if table_config.caption %} {% endif %} {% if table_config.headers %} {% for header in table_config.headers %} {% endfor %} {% endif %} {% for row in table_config.rows %} {% for cell in row %} {% endfor %} {% empty %} {% endfor %}
{{ table_config.caption }}
{% if sortable %} {# Note: When implementing client-side sorting, update aria-sort to 'ascending' or 'descending' #} {% else %} {{ header }} {% endif %}
{{ cell|safe }}
{{ table_config.empty_msg }}