{% extends "django_tables2/table.html" %} {% load django_tables2 %} {% load i18n %} {% block table.tfoot %} {% if table.summary %} {% for summary in table.summary %} {{ summary }} {% endfor %} {% endif %} {% if table.balance %} {% for balance in table.balance %} {{ balance }} {% endfor %} {% endif %} {% endblock table.tfoot %}