[% select_status = PROCESS 'reports/_list-filter-status.html' %] [%# We want to only select things that match all filters, if filters are provided ~%] [% BLOCK category_options %] [% FOR cat IN categories %] [% SET cat_safe = mark_safe(cat.category) %] [% END %] [% END %] [% select_category = BLOCK %] [% IF filter_categories.size %] [% SET filter_group = c.get_param('filter_group') %] [% ELSE %] [% loc('Everything') %] [% END %] [% END %]
[% IF use_form_wrapper %]
[% END %]

[% tprintf(loc(' %s reports %s', "The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories"), mark_safe(select_status), mark_safe(select_category)) %]

[% PROCESS 'reports/_list-filters-sort.html' %] [% IF page == 'around' %]

[% END %] [% IF use_form_wrapper %]
[% END %]