{# Base layout for paginated tablesorter tables. # Requires tablesorter-custom.css for proper styling of pager elements. #} {# Set some default values for the child template. #} {% set table = { 'id': "uf-table", 'sortlist': "[[0, 0]]" } | merge(table) %} {# Global search field for the table. By default, only shown in mobile sizes. To customize this behavior, see core/assets/userfrosting/css/userfrosting.css #} {% block table_search %} {% endblock %}
{% block table %} {# Define your table skeleton in this block in your child template #} {% endblock %} {% block table_cell_templates %} {# Define your Handlebars cell templates in this block in your child template #} {% endblock %} {% block table_info %}
{% endblock %} {% block table_pager_controls %}
{# this can be any element, including an input #}

{{translate("PAGINATION.GOTO")}}: • {{translate("PAGINATION.SHOW")}}:
{% endblock %} {% block table_overlay %} {% if site.uf_table.use_loading_transition %} {% endif %} {% endblock %}