{% if table.show_footer %} {% block table_foot_row %} {% for column in table.columns %} {% block table_foot_cell %} {{ column.footer }} {% endblock table_foot_cell %} {% endfor %} {% endblock table_foot_row %} {% endif %}