{% load i18n %}
{% if show_header %} {% for column in columns %} {% endfor %} {% endif %} {% for row in table.rows %} {% for column, cell in row.items %} {% endfor %} {% empty %} {% if table.empty_text %} {% endif %} {% endfor %}
{% if column.orderable %} {{ column.header }} {% else %} {{ column.header }} {% endif %}
{{ cell }}
{{ table.empty_text }}
{% include "orga/includes/pagination.html" %"}