{% block table-widget %} {% block table-widget-thead %} {% for header in columns_headers %} {% endfor %} {% if show_row_sum %} {% endif %} {% endblock table-widget-thead %} {% block table-widget-tbody %} {% for row in widget.subwidgets %} {% include row.template_name with widget=row %} {% endfor %} {% if show_column_sum %} {% for header in columns_headers %} {% endfor %} {% endif %} {% endblock table-widget-tbody %}
{{ header }}Total
{{ row.header }}
Total
{% endblock table-widget %} {% block table-widget-js %} {% if show_row_sum or show_column_sum or show_table_sum %} {% endif %} {% endblock table-widget-js %}