{# Generic listing page template for Toolset. To be used with conjunction with the ListingPageController and ListingViewModel. For rendering column headers, there is a macro at the bottom of the template. @since 2.2 #} {% extends "@toolset/base.twig" %} {% block title %}{{ strings.misc.pageTitle }}{% endblock %} {% block content %} {% block adminNotice %}

{% endblock %} {% block loaderSpinner %}
{% endblock %} {% block actualContentWrapper %} {% endblock %} {% endblock %} {% macro columnHeader(displayName, isSortable, slug, classNames, sortType = 'alpha', tdDataBind = '') %} {% if isSortable == true %} {{ displayName }} {% else %} {{ displayName }} {% endif %} {% endmacro %}