aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/email_sent.html
blob: 2724dabb94a32ef9c021db88ac096be2f59f64ae (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
[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Create a report') %]

<div class="confirmation-header confirmation-header--inbox">

    <h1>[% loc("Nearly done! Now check your email&hellip;") %]</h1>

    <p>
    [% IF email_type == 'problem' %]
        [% loc("Click the link in our confirmation email to publish your problem.") %]
    [% ELSIF email_type == 'update' %]
        [% loc("Click the link in our confirmation email to publish your update.") %]
    [% ELSIF email_type == 'alert' %]
        [% loc("Click the link in our confirmation email to activate your alert.") %]
    [% END %]
    </p>

    [% TRY %][% INCLUDE '_email_sent_extra.html' %][% CATCH file %][% END %]

    <p>
        [% loc("Can&rsquo;t find our email? Check your spam folder&nbsp;&ndash; that&rsquo;s the solution 99% of the time.") %]
    </p>

</div>

[% INCLUDE 'footer.html' %]