[% SET bodyclass = 'mappage'; PROCESS "report/photo-js.html"; PROCESS "maps/${map.type}.html" IF problems.size; INCLUDE 'header.html', title = loc('Your Reports') %] [% IF problems.size %] [% map_html | safe %]
[% ELSE %]
[% END %]

[% loc('Your account') %]

[% IF flash_message %]

[% flash_message %]

[% END %]

[% loc('Your reports') %]

[% IF ! has_content %] [% tprintf( loc('You haven’t created any reports yet. Report a problem now.'), c.uri_for('/') ) %] [% END %] [% IF c.cobrand.moniker == 'hart' %] [% INCLUDE '_hart_hants_note.html' %] [% END %]
[% INCLUDE "reports/_list-filters.html", use_form_wrapper = 1 %]
[% INCLUDE 'pagination.html', pager = problems_pager, param = 'p' %]
[% INCLUDE 'my/_problem-list.html' %]
[% FOREACH u IN updates %] [% IF loop.first %]

[% loc('Your updates') %]

[% INCLUDE 'pagination.html', pager = updates_pager, param = 'u' %]
    [% END %]
  • [% INCLUDE 'report/photo.html' object=u %]
    [% u.text | add_links | html_para %]

    [% tprintf( loc("Added %s"), prettify_dt( u.confirmed, 'date' ) ) %] – [% u.problem.title | html %]

  • [% "
" IF loop.last %] [% END %]
[% INCLUDE 'footer.html' %]