diff options
Diffstat (limited to 'templates/email/tfl/other-reported.html')
-rw-r--r-- | templates/email/tfl/other-reported.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/email/tfl/other-reported.html b/templates/email/tfl/other-reported.html new file mode 100644 index 000000000..4d7579b30 --- /dev/null +++ b/templates/email/tfl/other-reported.html @@ -0,0 +1,26 @@ +[% + +email_summary = "Thanks for logging your report"; +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 %]">Your report has been logged</h1> + <p style="[% p_style %]">Your report to Transport for London has been logged on [% site_name %].</p> +[% TRY %][% INCLUDE '_council_reference.html' problem=report %][% CATCH file %][% END %] + <p style="margin: 20px auto; text-align: center"> + <a style="[% button_style %]" href="[% cobrand.base_url_for_report(report) %][% report.url %]">View my report</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' %] |