blob: 0bc005042ad5d503dae7ee70943c6cdd3132ca64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[% INCLUDE 'report/banner.html' %]
<div class="problem-header clearfix">
<h1>[% tprintf( loc('Reported in the %s category'), problem.category_display ) %]</h1>
<p class="sub">
[% prettify_dt( problem.created, 'zurich' ) %]
[%- IF !problem.used_map %]<br>[% loc('there is no pin shown as the user did not use the map') %][% END %]
</p>
[% IF problem.state != 'submitted' %]
[% INCLUDE 'report/photo.html' object=problem %]
[% problem.detail | add_links | html_para %]
[% ELSE %]
[% loc('This report is awaiting moderation.') %]
[% END %]
</div>
|