aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/report/_main.html
blob: 8cc1efec2a3d0a3d85b68bebe8149852e6204495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h1>[% problem.title | html %]</h1>

<p><em>[% problem.meta_line(c) | html %]
[% IF problem.council %]
    [% IF problem.whensent %]
        <small class="council_sent_info"><br>[% problem.duration_string(c) %]</small>
    [% END %]
[% ELSE %]
<br><small>[% loc('Not reported to council') %]</small>
[% END %]

</em></p>

[% add_links( problem.detail ) | html_para %]

[% INCLUDE 'report/photo.html' object=problem center=1 %]