{% load render_table from django_tables2 %} {% load django_tables2 %} {% load humanize %}
| {% if column.orderable %} {{ column.header }} {% if column.is_ordered %} {% if column.order_by_alias.is_descending %} {% else %} {% endif %} {% else %} {% endif %} {% else %} {{ column.header }} {% endif %} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
{{ table.empty_text|default:"No records found." }}