aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/fixamingata/other-reported.html
blob: 3ba29dcb0378cf78b0cb0aa2f74440876706c9f9 (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
28
29
30
[%

email_summary = "Tack för att du loggade din rapport";
email_columns = 2;

PROCESS '_email_settings.html';
INCLUDE '_email_top.html';

%]

<th style="[% td_style %][% primary_column_style %]" id="primary_column">
  [% start_padded_box %]
  <h1 style="[% h1_style %]">Din rapport har&nbsp;loggats</h1>
  <p style="[% p_style %]">Din rapport till [% report.body %] har blivit loggad på [% site_name %].
[% IF c.cobrand.is_council && !c.cobrand.owns_problem( report ) %]
Eftersom [% c.cobrand.council_name %] inte är ansvarig för den här typen av
rapporter, så kommer rapporten istället att skickas till [% report.body %].
[% END %]
  </p>
  <p style="margin: 20px auto; text-align: center">
  <a style="[% button_style %]" href="[% cobrand.base_url_for_report(report) %][% report.url %]">Visa min rapport</a>
  </p>
  [% end_padded_box %]
</th>
[% WRAPPER '_email_sidebar.html' object = report %]
    <h2 style="[% h2_style %]">[% report.title | html %]</h2>
    <p style="[% secondary_p_style %]">[% report.detail | html %]</p>
[% END %]

[% INCLUDE '_email_bottom.html' %]