]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/auth/messages/profile-setup-2.html
wiki: Only match usernames when a word starts with @
[ipfire.org.git] / src / templates / auth / messages / profile-setup-2.html
CommitLineData
8bcef859
MT
1{% extends "../../messages/base.html" %}
2
3{% block content %}
bb3f580c
MT
4 <tr class="section">
5 <td>
6 <h1>{{ _("Hello once again, %s,") % account.first_name }}</h1>
8bcef859 7
bb3f580c
MT
8 <p>
9 {{ _("we hope you are enjoying using IPFire.") }}
10 </p>
8bcef859 11
bb3f580c
MT
12 <p>
13 {{ _("Did you know that you can get help from our community at https://community.ipfire.org?") }}
14 {{ _("People like me often post on here, providing help and support.") }}
15 </p>
8bcef859 16
bb3f580c
MT
17 <p>
18 {{ _("But we also rely on you donations. Please consider helping us by setting up a small monthly donation:") }}
19 </p>
8bcef859 20
bb3f580c
MT
21 <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0">
22 <tr class="button">
23 <td>
24 <a class="primary" href="https://www.ipfire.org/donate?frequency=monthly">
25 {{ _("Donate Now") }}
26 </a>
27 </td>
28 </tr>
29 </table>
8bcef859 30
bb3f580c
MT
31 <p>
32 {{ _("Thank you, we really appreciate your support,") }}
33 <br>{{ _("-Arne")}}
34 </p>
35 </td>
36 </tr>
8bcef859 37{% end block %}