]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/modules/donation-box.html
44ee78c69dd979f1b4eba0b69af0d81223166a3d
[people/shoehn/ipfire.org.git] / templates / modules / donation-box.html
1 <div class="well">
2 <div class="row">
3 <div class="col-lg-6 col-md-6 ac">
4 <h4>{{ _("Donate with PayPal or Credit Card") }}</h4>
5 <br>
6
7 {% if lang == "de" %}
8 <p>
9 PayPal ist unser bevorzugter und gleichzeitig einfachster Weg zu spenden.
10 Dazu einfach auf den Button klicken und den gewünschten Betrag eingeben.
11 </p>
12
13 <br>
14
15 <div class="ac">
16 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
17 <input type="hidden" name="cmd" value="_s-xclick">
18 <input type="hidden" name="hosted_button_id" value="Z44GQ52ZHKVFW">
19 {% if reason_for_transfer %}
20 <input type="hidden" name="item_name" value="{{ reason_for_transfer }}">
21 {% end %}
22 <input type="image" src="https://www.paypalobjects.com/de_DE/DE/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
23 <img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
24 </form>
25 </div>
26
27 <br>
28
29 <p>
30 Wenn du nicht per PayPal spenden möchtest, kannst du das auch per
31 Banküberweisung tun. Dazu einfach oben auf den Button klicken.
32 </p>
33 {% else %}
34 <p>
35 PayPal is our preferred way to make donations.
36 Simply click on the donate button and type in the
37 amount of money you would like to donate.
38 </p>
39
40 <br>
41
42 <div class="ac">
43 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
44 <input type="hidden" name="cmd" value="_s-xclick">
45 <input type="hidden" name="hosted_button_id" value="HHBTSN9QRWPAY">
46 {% if reason_for_transfer %}
47 <input type="hidden" name="item_name" value="{{ reason_for_transfer }}">
48 {% end %}
49 <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
50 <img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
51 </form>
52 </div>
53
54 <br>
55
56 <p>
57 If you are not keen on using PayPal, you can also donate by bank transfer.
58 Click on the button above to do so.
59 </p>
60 {% end %}
61 </div>
62
63 <div class="col-lg-6 col-md-6 ac">
64 <h4>{{ _("Donate by Bank Transfer") }}</h4>
65 <br>
66
67 {% if lang == "de" %}
68 <p>
69 Ebenso ist eine Spende auf unser Bankkonto möglich.
70 </p>
71 {% else %}
72 <p>
73 It is also possible to transfer donations into
74 our bank account.
75 </p>
76 {% end %}
77
78 <br>
79
80 <p>
81 {{ _("IBAN") }}: DE86 4265 0150 1020 0768 89<br>
82 {{ _("BIC-/SWIFT-Code") }}: WELADED1REK
83 {% if reason_for_transfer %}
84 <br>
85 {{ _("Reason for transfer") }}:
86 <strong>{{ reason_for_transfer }}</strong>
87 {% end %}
88 </p>
89 </div>
90 </div>
91
92 {% if wishlist_items %}
93 <hr>
94
95 <div class="row">
96 <div class="col-md-12">
97 <p class="ac">
98 <strong>{{ _("Did you know...?") }}</strong>
99
100 {% if lang == "de" %}
101 Du kannst die Implementierung deiner bevorzugten Funktion mit Hilfe einer Spende auf der
102 <a href="http://wishlist.ipfire.org/">IPFire Wunschliste</a> unterstützen!
103 {% else %}
104 You can support the implementation of your favorite feature on the
105 <a href="http://wishlist.ipfire.org/">IPFire wishlist</a>!
106 {% end %}
107 </p>
108 <br class="separator">
109
110 {% module WishlistItems(wishlist_items) %}
111 </div>
112 </div>
113 {% end %}
114 </div>