{% spaceless %} {% load static %} {% block css %} {% endblock css %} {% block extra_css %}{% endblock extra_css %} {% for row in table.header_rows %} {% for header in row %} {% endfor %} {% endfor %} {% if not table.opts.ajax %} {% for row in table.rows %} {% for column, td in row.items %} {% endfor %} {% endfor %} {% endif %}
{{ header.text }}
{% if column.safe %}{{ td }}{% else %}{{ td|safe }}{% endif %}
{% block js %} {% endblock js %} {% block extra_js %}{% endblock extra_js %} {% block table_init_js %} {% endblock table_init_js %} {% endspaceless %}