]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/auth/messages/profile-setup.html
messages: Add HTML version of profile setup emails
[ipfire.org.git] / src / templates / auth / messages / profile-setup.html
1 {% extends "../../messages/base.html" %}
2
3 {% block content %}
4 <p>
5 <strong>{{ _("Hello %s!") % account.first_name }}</strong>
6 </p>
7
8 <p>
9 {{ _("I would like to introduce myself: I'm Michael and I am one of the people behind the project. We are a team of passionate people who try to make the Internet a better place. On behalf of everyone, I would like to say: Welcome to the IPFire Project!") }}
10 </p>
11
12 <p>
13 {{ _("We want you to feel a part of our team. Can I ask you to set up your profile? We would love to know a little bit more about you.") }}
14 {{ _("To do this, please log on to your profile and click the edit button.") }}
15 </p>
16
17 <p>
18 {{ _("I would also like to invite you to join our community at https://community.ipfire.org, if you haven't already done so.") }}
19 </p>
20
21 <p>
22 {{ _("Finally, this organisation relies on the generous donations of people like you. If you can, please consider supporting this project and the team behind it, so that we can continue our long-term vision, fund developers and promote our project.") }}
23 </p>
24
25 <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
26 <tbody>
27 <tr>
28 <td align="left">
29 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
30 <tbody>
31 <tr>
32 <td>
33 <a href="https://www.ipfire.org/donate" target="_blank">{{ _("Donate Now") }}</a>
34 </td>
35 </tr>
36 </tbody>
37 </table>
38 </td>
39 </tr>
40 </tbody>
41 </table>
42
43 <p>
44 {{ _("Thank you,") }}
45 <br>{{ _("-Michael") }}
46 </p>
47 {% end block %}