aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/report/_main.html
blob: b9779db69306da374f4beda6f56f0659642be760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<div class="problem-header cf">
    <h1>[% problem.title | html %]</h1>

    <p><em>
    [% problem.meta_line(c) | html %]
    [%- IF !problem.used_map %]; <strong>[% loc('there is no pin shown as the user did not use the map') %]</strong>[% END %]
    [% 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>
    [% 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>