]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/donate/messages/christmas-5.html
fireinfo: Fix rendering page when country code is unknown
[ipfire.org.git] / src / templates / donate / messages / christmas-5.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 {{ _("thank you for all your donations over Christmas.") }}
10 </p>
11
12 <p>
13 {{ _("In the last year, we have made so many improvements to IPFire and we have added so many new features which would not have been possible without you.") }}
14 </p>
15
16 <p>
17 {{ _("To support us in the new year, please consider setting up a monthly donation which will help us to do our work and make this year at least as successful as the last one.") }}
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">{{ _("Donate Now") }}</a>
29 </td>
30 </tr>
31 </tbody>
32 </table>
33 </td>
34 </tr>
35 </tbody>
36 </table>
37{% end block %}