]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/donate/messages/christmas-2.html
blog: Send out emails for posts
[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>
5 <strong>{{ _("Hello,") }}</strong>
6 </p>
7
8 <p>
9 {{ _("In the run-up to Christmas, we just wanted to give you an idea of what your donations do to support the IPFire Project:") }}
10 </p>
11
12 <ul>
13 <li>{{ _("Your money ensures the longevity and long-term success of this project.") }}</li>
14 <li>{{ _("It helps us fund developers and extend our skills") }}</li>
15 <li>{{ _("It will aid us to promote IPFire to more people around the world") }}</li>
16 <li>{{ _("This funds conferences, where we focus on future projects") }}</li>
17 <li>{{ _("It pays for our hosting") }}</li>
18 </ul>
19
20 <p>
21 {{ _("To help us with this, we would love your Christmas gift.") }}
22 </p>
23
24 <p>
25 {{ _("Have you thought of a recurring donation? Long-term donations help to secure IPFire's future and deliver what we mentioned above.") }}
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?frequency=monthly&amp;amount=10" target="_blank">{{ _("Fulfil Our Wish") }}</a>
37 </td>
38 </tr>
39 </tbody>
40 </table>
41 </td>
42 </tr>
43 </tbody>
44 </table>
45{% end block %}