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

{{ _("Donate") }}

{{ _("We need your help!") }}

{% end header %} {% block body %} {% if lang == "de" %}

Wir möchten jeden, der IPFire einsetzt, ermutigen einen Beitrag zu leisten. Danke dafür.

IPFire ist ein Open Source-Projekt. Nutzer und die Gemeinschaft sind das wertvollste und wichtigste Gut, weil sich das Projekt auf sie stützt. Die Entwicklung und die Fortführung des Projekts sind allein einer Gruppe von Freiwilligen zu verdanken. Sie haben ein Produkt entwickelt, das tagtäglich von Hunderttausenden genutzt wird.

Um die Qualität von IPFire noch weiter verbessern zu können, sowie Aktivitäten des Projekts auszuweiten und die Verbreitung zu steigern, sind finanzielle Mittel unabdingbar. Jeder Sponsor kann seinen Teil dazu beitragen, diese Ziele zu erreichen, das Projekt finanziell gesund zu erhalten und somit langfristig abzusichern.

{% else %}

We encourage anyone who downloads and uses IPFire to donate. It is very much appreciated.

IPFire is an Open Source project. The users and the community are the most valuable and most important factor, because those people are the foundation of the 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. We appreciate every bit of feedback, every bug report, patch and contribution.

We would like to extend our activities and improve the quality of IPFire even more. For that, we will need financial resources to support the maintenance, improvement and promotion of the IPFire project. Sponsorship is a good way to ensure the longevity and overall health of the project.

{% end %}
{% module DonationBox(show_wishlist_items=True) %}
{% end block %}