blob: 3a9e60e7b94ea4413bc97a223f13e4b35c4a144b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<h1>[% problem.title | html %]</h1>
<p><em>[% problem.meta_line(c) | html %]
[% IF problem.council %]
[% IF problem.whensent || problem.can_display_external_id %]
<small class="council_sent_info"><br>
[% problem.processed_summary_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 %]
|