blob: 0124052c0995de0283b35e1884bcc104188d95c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<div class="problem-header cf">
<h1>[% problem.title | html %]</h1>
<p><em>
[% problem.meta_line(c) | html %]
[%- IF !problem.used_map AND c.cobrand.moniker != 'emptyhomes' %]; <strong>[% loc('there is no pin shown as the user did not use the map') %]</strong>[% END %]
[% IF problem.bodies_str %]
[% INCLUDE 'report/_council_sent_info.html' %]
[% ELSE %]
<br><small>[% loc('Not reported to council') %]</small>
[% END %]
</em></p>
[% INCLUDE 'report/_support.html' %]
[% IF c.cobrand.moniker == 'southampton' %]
[% add_links( problem.detail ) | html_para %]
[% INCLUDE 'report/photo.html' object=problem %]
[% ELSE %]
[% INCLUDE 'report/photo.html' object=problem %]
[% add_links( problem.detail ) | html_para %]
[% END %]
</div>
|