{% extends "base-1.html" %} {% block title %}{{ _("Donate") }}{% end block %} {% block header %}

{{ _("Donate") }}

{% if lang == "de" %} IPFire ist freie Software und für jeden kostenlos herunterladbar.
Bitte unterstützt das IPFire-Projekt mit eurer Spende. {% else %} IPFire is free software and free to download for everyone. Please help us to support the project by making a financial contribution. It is very much appreciated. {% end %}

{% end header %} {% block body %}
{% module DonationBox(reason_for_transfer=reason_for_transfer) %}
{% if lang == "de" %}

IPFire ist ein Open-Source-Softwareprojekt. Die Entwicklung und die Fortführung des Projekts wird allein von einer Gruppe von Freiwilligen getragen, die ein Produkt entwickelt hat, das tagtäglich von Hunderttausenden genutzt wird.

Alle gesammelten Spenden werden zur Aufrechterhaltung des Projekts genutzt, wie zur Bezahlung der projekteigenen Infrastruktur, zur Bewerbung des Projekts, zur Anschaffung von neuem Equipment, sowie zur Unterstützung der Leute die hinter dem Projekt stehen. Jeder Sponsor kann seinen Teil dazu beitragen diese Ziele zu erreichen, das Projekt finanziell gesund zu erhalten, und somit langfristig zu unterstützen.

{% else %}

IPFire is an Open Source software project. Development and keeping the project healthy is carried out by a group of volunteers, that in time have built a very successful product, which hundreds of thousands of people use every day.

Donations are used to finance the needs of the distribution, to pay for the project's infrastructure, to advertise the project, to purchase equipment and to fund the work of the people behind it. Sponsorship is a good way to ensure the longevity and overall health of the project.

{% end %} {% if wishlist_items %}

{{ _("Did you know...?") }} {% if lang == "de" %} Du kannst die Implementierung deiner bevorzugten Funktion mit Hilfe einer Spende auf der IPFire Wunschliste unterstützen! {% else %} You can support the implementation of your favorite feature on the IPFire wishlist! {% end %}


{% module WishlistItems(wishlist_items) %} {% end %}

{{ _("Recurring Donations") }}

{% if lang == "de" %}

Das Tätigen von wiederkehrenden Spenden ist eine großartige Methode um das IPFire Projekt zu unterstützen. Diese helfen das Projekt auf einem finanziell soliden Stand zu halten und die weitere Entwicklung voranzutreiben. Unabhängig ob die zügige Sicherheitsupdates oder das Einbauen von neuen Funktionen ist, wiederkehrende Spenden sind die Basis um den Fortbestand des Projekts langfristig zu gewährleisten.

PayPal ermöglicht in einigen Ländern die Einrichtung von Daueraufträgen via Überweisung für den Zweck von wiederkehrende Spenden.

{% else %}

A great way to support the IPFire project is a recurring donation. These will help to keep the project solidly funded and help us to keep up our development efforts. Either if that is the prompt security updates or introducing new features, recurring donations are the foundation that keeps this project running.

PayPal allows to set up recurring donations in some countries or you can set up a standing order at your bank if you are want to donate by using bank transfer.

{% end %}
{% end block %}