]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/auth/messages/profile-setup.html
wiki: Only match usernames when a word starts with @
[ipfire.org.git] / src / templates / auth / messages / profile-setup.html
1 {% extends "../../messages/base.html" %}
2
3 {% block content %}
4 <tr class="section">
5 <td>
6 <h1>{{ _("Hello %s!") % account.first_name }}</h1>
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 align="center" role="presentation" cellspacing="0" cellpadding="0" border="0">
26 <tr class="button">
27 <td>
28 <a class="primary" href="https://www.ipfire.org/donate">
29 {{ _("Donate Now") }}
30 </a>
31 </td>
32 </tr>
33 </table>
34
35 <p>
36 {{ _("Thank you,") }}
37 <br>{{ _("-Michael") }}
38 </p>
39 </td>
40 </tr>
41 {% end block %}