]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/donate/messages/christmas-1.html
f017d2ba66b909d0b7d8f751d0bbb51c6d030127
[ipfire.org.git] / src / templates / donate / messages / christmas-1.html
1 {% extends "../../messages/base-promo.html" %}
2
3 {% block content %}
4 <p>
5 {{ _("With 24 days to the big day, we know that some of you will be writing your list for Santa.") }}
6 </p>
7
8 <p>
9 {{ _("On that list, have you considered setting up a donation to your favourite Open Source project?") }}
10 </p>
11
12 <p>
13 {{ _("Your donation really does make a difference. Some of the changes this year, which have improved IPFire so much, would not have been possible without financial support.")}}
14 </p>
15
16 <p>
17 {{ _("If you want to gift a donation this Christmas, please follow the link:") }}
18 </p>
19
20 <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
21 <tbody>
22 <tr>
23 <td align="left">
24 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
25 <tbody>
26 <tr>
27 <td>
28 <a href="https://www.ipfire.org/donate?frequency=monthly&amp;amount=10" target="_blank">{{ _("Setup Monthly Donation") }}</a>
29 </td>
30 </tr>
31 </tbody>
32 </table>
33 </td>
34 </tr>
35 </tbody>
36 </table>
37
38 <p>
39 {{ _("We hope you have a good run-up to the festive season.") }}
40 </p>
41 {% end block %}