]> git.ipfire.org Git - ipfire.org.git/blame - templates/wishlist/terms.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / wishlist / terms.html
CommitLineData
7771acea
MT
1{% extends "../base-1.html" %}
2
3{% block title %}{{ _("Terms & Conditions") }}{% end block %}
4
5{% block body %}
6 <div class="page-header">
7 <h1>{{ _("Terms & Conditions") }}</h1>
8 </div>
9
10 {% if lang == "de" %}
11 <p>
12 Vielen Dank, dass du zum IPFire-Projekt beitragen möchtest.
13 Mit deiner Spende erklärst du dich mit den folgenden Regeln und Bedingungen
14 einverstanden.
15 </p>
16 <p>
17 Es wird nicht auf einen präferierten Wunsch gespendet, sondern eine
18 Spende an das Projekt entrichtet, die dir die Möglichkeit gibt
19 deinen Wunsch nach oben zu befördern.
20 </p>
21 <p>
22 Es kann nicht garantiert werden, dass dein favorisierter Wunsch
23 (z.B. aus technischen Gründen) implementiert wird.
24 Die gesammelte Spendensumme wird dann für die Finanzierung
25 andere Teile des Projekts verwendet.
26 </p>
27 <p>
28 Mehr Informationen über Spenden finden sich auf unserer
29 <a href="http://www.ipfire.org/donation">Spenden</a>-Seite.
30 </p>
31 {% else %}
32 <p>
33 Thank you for contributing to the IPFire project.
34 By donating, you agree to be bound by the following terms and conditions.
35 If you don't agree to be bound or cannot comply with any of the terms
36 and conditions, do not continue the donations.
37 </p>
38 <p>
39 You don't donate on a feature, you donate money to the project
40 and with that donation comes the option to recommend that a certain
41 feature should be implemented.
42 </p>
43 <p>
44 There is no guarantee that your favorite feature will ever be implemented
45 - e.g. because of technical reasons.
46 If your feature will not be implemented,
47 your donations will then be used to fund other parts of the project.
48 </p>
49 <p>
50 More information about donations can be found on our
51 <a href="http://www.ipfire.org/donation">donation</a> page.
52 </p>
53 {% end %}
54{% end block %}