]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/donate/messages/christmas-4.html
Update Christman campaign copy
[ipfire.org.git] / src / templates / donate / messages / christmas-4.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 {{ _("Merry Christmas, Fröhliche Weihnachten, Joyeux Noël, Feliz Navidad, 01001101 01100101 01110010 01110010 01111001 00100000 01000011 01101000 01110010 01101001 01110011 01110100 01101101 01100001 01110011") }}
10 </p>
11
12 <p>
13 {{ _("A huge thank you to all of our financial contributors for your donations this year - they have helped with improvements to the day to day use of IPFire and these changes couldn’t have been made without you.") }}
14 </p>
15
16 <p>
17 {{ _("To my fellow team members and contributors, thank you for your support in the last year. Despite a year which has been challenging for us all, we’ve made a huge amount of progress.") }}
18 </p>
19
20 <p>
21 {{ _("I would like to wish everyone a happy, safe and peaceful holiday season and look forward to continuing our work in the new year.") }}
22 </p>
23
24 <p>
25 {{ _("If you haven’t donated yet, you can do so below:") }}
26 </p>
27
28 <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
29 <tbody>
30 <tr>
31 <td align="left">
32 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
33 <tbody>
34 <tr>
35 <td>
36 <a href="https://www.ipfire.org/donate" target="_blank">{{ _("Donate Now") }}</a>
37 </td>
38 </tr>
39 </tbody>
40 </table>
41 </td>
42 </tr>
43 </tbody>
44 </table>
45
46 <p>
47 {{ _("Thank you once again and Merry Christmas,") }}
48 <br>{{ _("-Michael") }}
49 </p>
50 {% end block %}