]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/wishlist/index.html
Huge website update.
[people/shoehn/ipfire.org.git] / www / templates / wishlist / index.html
CommitLineData
7771acea
MT
1{% extends "../base-1.html" %}
2
3{% block title %}{{ _("Home") }}{% end block %}
4
5{% block body %}
6 <div class="page-header">
7 <h1>{{ _("Crowd funding for the IPFire project") }}</h1>
8 </div>
9
10 {% if lang == "de" %}
11 <p>
12 Dies ist die IPFire Crowdfunding-Platform, auf welcher du mittels
13 Spenden deinem bevorzugten Feature mehr Gewicht verleihen kannst.
14 </p>
15 <p>
16 Es ist ganz einfach. Wähle einen Wunsch, über den du dich freuen
17 würdest, wenn er in Zukunkft umgesetzt wird.
18 Klicke auf den Spenden-Knopf und spende deinen gewünschten Betrag. Teile
19 auch deinen Freunden und Kollegen mit, wie sie ihre Wünsche unterstützen
20 können.
21 </p>
22 {% else %}
23 <p>
24 The wishlist is the IPFire crowd funding platform where you can
25 donate to accelerate the development of your favorite features.
26 </p>
27 <p>
28 It's easy! Just pick the wish you would to see implemented
29 in the future. Hit the donate button and donate the amount of
30 money this feature is worth for you.
31 After that tell your friends and collegues about it and
32 encourage them to promote your favourite wish as well.
33 </p>
34 {% end %}
35
36 <hr>
37
38 {% if wishes %}
39 {{ modules.Wishlist(wishes) }}
40 {% else %}
41 <div class="alert alert-error">
42 {% if lang == "de" %}
43 <strong>Es tut uns Leid!</strong>
44 Derzeit finden keine Finanzierungen statt.
45 Wenn du das Projekt unterstützten möchtest, so
46 tätige eine <a href="http://www.ipfire.org/donation">Spende</a>.
47 {% else %}
48 <strong>We are sorry!</strong>
49 There are currently no running fundings.
50 If you want to contribute to the project, please
51 make a <a href="http://www.ipfire.org/donation">donation</a>.
52 {% end %}
53 </div>
54 {% end %}
55
56 <hr>
57
58 {% if lang == "de" %}
59 <p class="ac">
60 Du hast eine Idee, oder glaubst ein wichtiges Feature fehlt
61 und wäre ideal von der Community finanziert?
62 Sende eine E-Mail an
63 <a href="mailto:wishlist@ipfire.org">
64 <i class="icon-envelope"></i> wishlist@ipfire.org
65 </a>
66 </p>
67 {% else %}
68 <p class="ac">
69 Do you think we are missing a great feature that could be
70 funded by the community? Write us an email about it to
71 <a href="mailto:wishlist@ipfire.org">
72 <i class="icon-envelope"></i> wishlist@ipfire.org
73 </a>
74 </p>
75 {% end %}
76{% end block %}