{% load i18n %}
{% for h in headers %} {% endfor %} {% for row in rows %} {% for cell in row.cells %} {{ cell }} {% endfor %} {% endfor %}
{% if "action-checkbox-column" in h.class_attrib %}
{% else %} {% if h.sortable %}
{% if h.url_remove %} {% endif %} {% if h.url_toggle %} {% endif %}
{% else %}
{% endif %}
{% if h.sortable %} {{ h.text|safe }} {% else %} {{ h.text|safe }} {% endif %}
{% endif %}