{%- macro filter_options(btn_class='dropdown-toggle') -%} {%- endmacro -%} {%- macro export_options(btn_class='dropdown-toggle') -%} {%- 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="") -%} {%- endmacro -%} {%- macro page_size_form(generator, btn_class='dropdown-toggle') -%} {%- endmacro -%} {%- macro actions(actions) -%} {%- endmacro -%}