]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/donate/messages/christmas-1.html
Update Christman campaign copy
[ipfire.org.git] / src / templates / donate / messages / christmas-1.html
CommitLineData
718dc1e8
MT
1{% extends "../../messages/base-promo.html" %}
2
3{% block content %}
4 <p>
585ab71d 5 <strong>{{ _("Dear %s,") % account.first_name }}</strong>
718dc1e8
MT
6 </p>
7
8 <p>
585ab71d 9 {{ _("At IPFire, we’ve been compiling our Christmas wish list to send to the North Pole, working to make sure we can support the continued development of the project over the next year.") }}
718dc1e8
MT
10 </p>
11
12 <p>
585ab71d 13 {{ _("2020 has been an incredibly challenging year for all of us in the Open Source community and your donation makes a huge difference, enabling us to achieve the milestones we’ve set out in our 12 month plan.") }}
718dc1e8
MT
14 </p>
15
16 <p>
585ab71d 17 {{ _("Please click below to help IPFire with a donation this Christmas:") }}
718dc1e8
MT
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>
585ab71d 28 <a href="https://www.ipfire.org/donate" target="_blank">{{ _("Donate Now") }}</a>
718dc1e8
MT
29 </td>
30 </tr>
31 </tbody>
32 </table>
33 </td>
34 </tr>
35 </tbody>
36 </table>
37
38 <p>
585ab71d
MT
39 {{ _("We hope you keep safe and well in the lead up to the festive season.") }}
40 </p>
41
42 <p>
43 {{ _("Best,") }}
44 <br>{{ _("-Your IPFire Team") }}
718dc1e8
MT
45 </p>
46{% end block %}