]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/donate/messages/christmas-2.html
Update Christmas emails
[ipfire.org.git] / src / templates / donate / messages / christmas-2.html
1 {% extends "../../messages/base-promo.html" %}
2
3 {% block content %}
4 <p>
5 <strong>{{ _("Dear %s,") % account.first_name }}</strong>
6 </p>
7
8 <p>
9 When we launched our little project all those years ago,
10 never did we think we would reach so far around the world.
11 We sometimes wonder if Father Christmas is using us at the North Pole
12 just like his penguin friends at the South Pole!
13 </p>
14
15 <p>
16 Our Christmas list this year isn’t very long -
17 we’re asking for donations to the project to ensure that our IPFire users,
18 just like you, can continue making the most of our free-to-use project.
19 </p>
20
21 <p>
22 We know some people can’t donate and that’s cool but if you can,
23 even just the cost of a beer, it would help us to secure the project
24 for the year to come.
25 </p>
26
27 <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
28 <tbody>
29 <tr>
30 <td align="left">
31 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
32 <tbody>
33 <tr>
34 <td>
35 <a href="https://www.ipfire.org/donate" target="_blank">{{ _("Donate Now") }}</a>
36 </td>
37 </tr>
38 </tbody>
39 </table>
40 </td>
41 </tr>
42 </tbody>
43 </table>
44
45 <p>
46 {{ _("Thank you for supporting the project,") }}
47 <br>{{ _("-Your IPFire Team") }}
48 </p>
49 {% end block %}