{% extends "django_tables2/bootstrap4.html" %} {% load django_tables2 %} {% block table.thead %} {% for column in table.columns %} {% if column.orderable %} {{ column.header }} {% else %} {{ column.header }} {% endif %} {% endfor %} {% endblock table.thead %}