]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/auth/messages/donation-reminder.html
cabed143a188549815863419c64a267625645b7f
[ipfire.org.git] / src / templates / auth / messages / donation-reminder.html
1 {% extends "../../messages/base.html" %}
2
3 {% block content %}
4 <p>
5 <strong>{{ _("Hey again, %s,") % account.first_name }}</strong>
6 </p>
7
8 <p>
9 {{ _("IPFire runs on supporters' donations, people like you!") }}
10 </p>
11
12 <p>
13 {{ _("Why do we need you donations?") }}
14 </p>
15
16 <ul>
17 <li>{{ _("Your money ensures the longevity and long-term success of this project.") }}</li>
18 <li>{{ _("It helps us fund developers and extend our skills") }}</li>
19 <li>{{ _("It will aid us to promote IPFire to more people around the world") }}</li>
20 <li>{{ _("This funds conferences, where we focus on future projects") }}</li>
21 <li>{{ _("It pays for our hosting") }}</li>
22 </ul>
23
24 <p>
25 {{ _("All this, as you would understand, requires money. Every single donation counts.") }}
26 </p>
27
28 <p>
29 {{ _("If you want to see IPFire thrive, we need your support.") }}
30 </p>
31
32 <p>
33 {{ _("The best way to do this is by setting up a monthly donation which you can do here:") }}
34 </p>
35
36 <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
37 <tbody>
38 <tr>
39 <td align="left">
40 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
41 <tbody>
42 <tr>
43 <td>
44 <a href="https://www.ipfire.org/donate?frequency=monthly&amp;amount=10" target="_blank">{{ _("Donate Now") }}</a>
45 </td>
46 </tr>
47 </tbody>
48 </table>
49 </td>
50 </tr>
51 </tbody>
52 </table>
53
54 <p>
55 {{ _("We also have other ways to donate. Please go to https://www.ipfire.org/donate for details.") }}
56 </p>
57
58 <p>
59 {{ _("Thank you so much for your support,") }}
60 <br>{{ _("-Michael") }}
61 </p>
62 {% end block %}