aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/fiksgatami/alert-update.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email/fiksgatami/alert-update.html')
-rw-r--r--templates/email/fiksgatami/alert-update.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/email/fiksgatami/alert-update.html b/templates/email/fiksgatami/alert-update.html
new file mode 100644
index 000000000..c90d2739a
--- /dev/null
+++ b/templates/email/fiksgatami/alert-update.html
@@ -0,0 +1,26 @@
+[%
+
+title = report.title | html;
+email_summary = "Nye oppdateringer til “" _ title _ "”";
+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 %]">Nye oppdateringer til <a href="[% problem_url %]">[% title %]</a></h1>
+ [%~ INCLUDE '_email_comment_list.html' %]
+ <p style="[% p_style %]"><a href="[% unsubscribe_url %]">Avmeld fra varsler om denne rapporten</a></p>
+ [% end_padded_box %]
+</th>
+[% WRAPPER '_email_sidebar.html' object = report %]
+ <h2 style="[% h2_style %]">[% title %]</h2>
+ <p style="[% secondary_p_style %]">[% report.detail | html %]</p>
+ [% TRY %][% INCLUDE '_council_reference_alert_update.html' problem=report p_style=secondary_p_style %][% CATCH file %][% END %]
+[% END %]
+
+[% INCLUDE '_email_bottom.html' %]