{% load django_tables2 %} {% if table.show_header %} {% block table_head_row %} {% for column in table.columns %} {% block table_head_cell %} {% if column.orderable %} {{ column.header }} {% else %} {{ column.header }} {% endif %} {% endblock table_head_cell %} {% endfor %} {% endblock table_head_row %} {% endif %}