]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/donate/messages/christmas-2.html
Update Christman campaign copy
[ipfire.org.git] / src / templates / donate / messages / christmas-2.html
CommitLineData
718dc1e8
MT
1{% extends "../../messages/base-promo.html" %}
2
3{% block content %}
4 <p>
c4a8f428 5 <strong>{{ _("Hello %s,") % account.first_name }}</strong>
718dc1e8
MT
6 </p>
7
8 <p>
585ab71d 9 {{ _("In the lead up to Christmas, we wanted to share where your donations have lent support over the last year.") }}
718dc1e8
MT
10 </p>
11
12 <ul>
585ab71d
MT
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>
718dc1e8
MT
17 </ul>
18
19 <p>
585ab71d 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:") }}
718dc1e8
MT
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>
585ab71d 31 <a href="https://www.ipfire.org/donate" target="_blank">{{ _("Donate Now") }}</a>
718dc1e8
MT
32 </td>
33 </tr>
34 </tbody>
35 </table>
36 </td>
37 </tr>
38 </tbody>
39 </table>
585ab71d
MT
40
41 <p>
42 {{ _("All the best,") }}
43 <br>{{ _("-Your IPFire Team") }}
44 </p>
718dc1e8 45{% end block %}