[% PROCESS "report/photo-js.html" IF problem.photo; PROCESS "maps/${map.type}.html" admin = 1; SET bodyclass = 'mappage with-notes'; INCLUDE 'admin/header.html' title = tprintf(loc('Editing problem %d'), problem.id ); PROCESS 'admin/report_blocks.html' -%] [% map_html | safe %]
[% INCLUDE 'admin/navigation.html' title = tprintf(loc('Editing problem %d'), problem.id ) %]
[% INCLUDE status_message %]
  • [% INCLUDE 'admin/state_groups_select.html' %]
  • [% INCLUDE 'admin/report-category.html' %]
  • [% loc('Extra data:') %] [% IF extra_fields.size %]
      [% FOREACH field IN extra_fields %]
    • [% field.name %]: [% field.val %]
    • [% END %]
    [% ELSE %]No[% END %]
  • [% PROCESS abuse_button %] [% PROCESS flag_button user=problem.user %]
  • [% IF problem.user.phone_display != problem.user.username %]
  • [% loc('Phone:') %] [% problem.user.phone_display | html %]
  • [% END %] [% IF problem.user.email != problem.user.username %]
  • [% loc('Email:') %] [% problem.user.email | html %]
  • [% END %]
  • [% IF problem.photo %]
    • [% FOR photo IN problem.photos %]

    • [% END %]
  • [% END %]
[% moderation_history = problem.moderation_history %] [% IF moderation_history %]

[% loc('Moderation history') %]

[% last_history = problem %]
[% END %]
[% INCLUDE 'admin/list_updates.html' %]
[% INCLUDE 'admin/footer.html' %]