]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/wishlist/donate.html
Massive web site update
[people/shoehn/ipfire.org.git] / templates / wishlist / donate.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ wish.title }} - {{ _("Donate") }}{% end block %}
4
5 {% block container %}
6 <section class="container content-section text-center">
7 <div class="page-header">
8 <h2>{{ wish.title }}</h2>
9 </div>
10
11 {% if lang == "de" %}
12 <p>
13 Bevor du mit deiner Spende fortfährst, lies bitte die
14 <a href="/terms">{{ _("Terms & Conditions") }}</a>.
15 </p>
16 <p>
17 Wähle dann deine präferierte Bezahlmethode aus, um deine Spende zu tätigen.
18 </p>
19 {% else %}
20 <p>
21 Before you make your donation, make sure that you
22 have read the <a href="/terms">{{ _("Terms & Conditions") }}</a>.
23 </p>
24 <p>
25 Then pick one of the methods below to make your donation.
26 </p>
27 {% end %}
28
29 <br class="separator">
30
31 <div class="row">
32 <div class="col-lg-10 col-md-10 col-lg-offset-1">
33 {% module DonationBox(wish.tag) %}
34 </div>
35 </div>
36 </section>
37 {% end block %}