]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/donate/messages/christmas-2.html
donation: Fix typo
[ipfire.org.git] / src / templates / donate / messages / christmas-2.html
1 {% extends "../../messages/base-promo.html" %}
2
3 {% block content %}
4 <p>
5 <strong>{{ _("Hello %s,") % account.first_name }}</strong>
6 </p>
7
8 <p>
9 {{ _("In the lead up to Christmas, we wanted to share where your donations have lent support over the last year.") }}
10 </p>
11
12 <ul>
13 <li>{{ _("Funding for development and extending our skills") }}</li>
14 <li>{{ _("Donations pay for our hosting") }}</li>
15 <li>{{ _("Additional new features such as IPFire Location and Safe Search") }}</li>
16 <li>{{ _("Secures the longevity of the project") }}</li>
17 </ul>
18
19 <p>
20 {{ _("When you think about your Christmas gifting this year, we hope you’ll consider a donation to the IPFire project. Click here to share your support:") }}
21 </p>
22
23 <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
24 <tbody>
25 <tr>
26 <td align="left">
27 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
28 <tbody>
29 <tr>
30 <td>
31 <a href="https://www.ipfire.org/donate" target="_blank">{{ _("Donate Now") }}</a>
32 </td>
33 </tr>
34 </tbody>
35 </table>
36 </td>
37 </tr>
38 </tbody>
39 </table>
40
41 <p>
42 {{ _("All the best,") }}
43 <br>{{ _("-Your IPFire Team") }}
44 </p>
45 {% end block %}