{{ include.tableTitle }}

{% if include.tableSubTitle != nill %}

{{ include.tableSubTitle }}

{% endif %}
{% include cards/content-cards/tables/structure/table-header.html tableJson = include.tableJson %} {% if include.shoppingCardTable != nill %} {% include cards/content-cards/tables/structure/table-body-shopping.html tableJson = include.tableJson hasTotalRow = include.hasTotalRow %} {% else %} {% include cards/content-cards/tables/structure/table-body.html colorClasses= include.colorClasses tableJson = include.tableJson colActions = include.colActions hasTotalRow = include.hasTotalRow %} {% endif %}