]> git.ipfire.org Git - ipfire.org.git/blame - templates/wishlist/index.html
Move everything to the root of the repository.
[ipfire.org.git] / 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
9ef9c542 17 würdest, wenn er in Zukunft umgesetzt wird.
7771acea
MT
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 %}
1bf8d482 41 <div class="alert alert-error ac">
7771acea 42 {% if lang == "de" %}
1bf8d482 43 <strong>Es tut uns Leid!</strong><br>
7771acea
MT
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 %}
1bf8d482 48 <strong>We are sorry!</strong><br>
7771acea
MT
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
1bf8d482
MT
58 <div class="row">
59 <div class="span4 ac">
60 {% if lang == "de" %}
61 Wenn du dich nicht entscheiden kannst für was
62 deine Spende verwendet werden soll, klicke
63 <a href="http://www.ipfire.org/donate">hier</a>.
64 {% else %}
65 In case you cannot decide for which feature
66 your donation should be used, click
67 <a href="http://www.ipfire.org/donate">here</a>.
68 {% end %}
69 </div>
918284e8 70
1bf8d482
MT
71 <div class="span4 ac">
72 {% if lang == "de" %}
73 Du hast eine Idee, oder glaubst ein wichtiges Feature fehlt
74 und wäre ideal von der Community finanziert?
75 Sende eine E-Mail an:<br>
76 <i class="icon-envelope"></i> <a href="mailto:wishlist@ipfire.org">wishlist@ipfire.org</a>
77 {% else %}
78 Do you think we are missing a great feature that could be
79 funded by the community? Write us an email about it to:<br>
80 <i class="icon-envelope"></i> <a href="mailto:wishlist@ipfire.org">wishlist@ipfire.org</a>
81 {% end %}
82 </div>
918284e8 83
1bf8d482
MT
84 <div class="span4 ac">
85 {% if lang == "de" %}
86 Bereits abgelaufene Sammlungen finden sich
87 <a href="/closed">hier</a>.
88 {% else %}
89 Already closed fundings are to be found over
90 <a href="/closed">here</a>.
91 {% end %}
92 </div>
93 </div>
7771acea 94{% end block %}