aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/fiksgatami/partial.html
blob: 3d5eb62433c0bca208e32d78a7236279ada009e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[%

email_summary = "Bekreft din rapport på " _ site_name;
email_columns = 1;

PROCESS '_email_settings.html';

INCLUDE '_email_top.html';

%]

<th style="[% td_style %][% only_column_style %]">
  <h1 style="[% h1_style %]">Bekreft rapporten din</h1>
  <p style="[% p_style %]">Hei [% report.name || report.email %],</p>
  <p style="[% p_style %]">Vennligst klikk på lenken under for å bekrefte rapporten du har laget på [% site_name %] via [% report.service %], og for sjekke eller enre noe:</p>
  <p style="margin: 20px auto; text-align: center">
    <a style="[% button_style %]" href="[% token_url %]">Sjekk og bekreft rapport</a>
  </p>
</th>

[% INCLUDE '_email_bottom.html' %]