[%
SET bodyclass = 'mappage';
PROCESS "report/photo-js.html";
PROCESS "maps/${map.type}.html" IF problems.size;
INCLUDE 'header.html', title = loc('Your shortlist')
%]
[% IF problems.size %]
[% map_html %]
[% ELSE %]
[% END %]
[% loc('Your shortlist') %]
[% IF ! has_content %]
[% loc('You haven’t shortlisted any reports yet.') %]
[% END %]
[% INCLUDE "reports/_list-filters.html", use_form_wrapper = 1 %]
[% INCLUDE 'pagination.html', pager = problems_pager, param = 'p' %]