{% if table.has_footer %} {% for column in table.columns %} {% if column.name in table.columns_visible %} {{ column.footer }} {% endif %} {% endfor %} {% endif %}