{% macro filter_options(btn_class='dropdown-toggle') %} {{ _gettext('Add Filter') }} {% endmacro %} {% macro export_options(btn_class='dropdown-toggle') %} {% if admin_view.export_types|length > 1 %} {% else %}
  • {{ _gettext('Export') }}
  • {% endif %} {% endmacro %} {% macro filter_form() %}
    {% if sort_column is not none %} {% endif %} {% if sort_desc %} {% endif %} {% if search %} {% endif %} {% if page_size != default_page_size %} {% endif %}
    {% if active_filters %} {{ _gettext('Reset Filters') }} {% endif %}
    {% endmacro %} {% macro search_form(input_class="col-auto") %} {% endmacro %} {% macro page_size_form(generator, btn_class='nav-link dropdown-toggle') %} {{ page_size }} {{ _gettext('items') }} {% endmacro %}