{% extends "django_tables2/table.html" %} {% load i18n django_tables2 %} {% block table.tfoot %} {% if table.rows %} Suma: {% if table.print_sum_impact %} {{ table.sum_impact }} {% endif %} {{ table.sum_punkty_kbn }} {% endif %} {% endblock %} {% block pagination %} {# bez paginacji - wyrzucamy całą tabelę #} {% endblock %}