{% extends "base-1.html" %} {% block title %}{{ _("Donate") }}{% end block %} {% block container %}
{% 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.

Jede einzelne Spende hilft IPFire noch weiter zu verbessern...

{% else %}

IPFire is an Open Source software project.

Development and keeping the project healthy is carried out by a group of volunteers who have built a very successful product, which hundreds of thousands of people use every day.

Your donation helps us to make IPFire even better...

{% end %}
{% module DonationInputBox() %}
{% if wishlist_items %}

{{ _("Current crowd funding projects on the IPFire Wishlist") }}

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

{{ _("Donate by Bank Transfer") }}

{{ _("IBAN") }}
DE86 4265 0150 1020 0768 89
{{ _("BIC-/SWIFT-Code") }}
WELADED1REK
{% if reason_for_transfer %}
{{ _("Reason for transfer") }}
{{ reason_for_transfer }}
{% end %}
{% if lang == "de" %} Da das IPFire-Projekt keine registrierte gemeinnützige Organisation ist, können keine steuerlich abzugsfähige Spendenquittungen erstellt werden. {% else %} The IPFire project is not a registered non-profit organisation.
Hence we are not able to issue a tax-deductible contribution receipt for your donation.
{% end %}

{{ _("Recurring Donations") }}

{% if lang == "de" %}

Monatliche Spenden helfen das Projekt auf eine solide Basis zu stellen und ermöglichen es uns die weitere Entwicklung besser voranzutreiben. Unabhängig ob die zügige Sicherheitsupdates oder das Einbauen von neuen Funktionen ist, monatliche Spenden sind die Basis um den Fortbestand des Projekts langfristig zu gewährleisten.

PayPal erlaubt in einigen Ländern eine monatliche Spende, oder du erstellst einfach einen Dauerauftrag bei deiner Bank.

{% 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 %}