{% extends "base-2.html" %} {% block title %}{{ _("Downloads") }}{% end block %} {% block content %}

{{ _("Download IPFire") }}

{{ _( {% if lang == "de" %}

Auf dieser Seite können Sie kostenlos die neueste Version von IPFire herunterladen.

Ältere Versionen oder andere Downloadoptionen finden Sie im Download Center.

{% else %}

On this page one can download the latest version of IPFire for free.

Older versions and other downloads can be found in the Download Center.

{% end %}
{{ modules.ReleaseItem(release) }}

{{ _("Donation") }}

{% if lang == "de" %}

Wenn Ihnen IPFire gefällt, gibt es die Möglichkeit mit einer kleinen Menge Geld das Projekt zu unterstützen. Diese Unterstützung bedeutet sehr viel, denn sie hilft das Projekt fortzuführen.



Um mehr darüber zu erfahren, wie Sie das Projekt unterstützen können, klicken Sie hier.

{% else %}

If you like IPFire, there is the opportunity to donate a small amount of money to the project. This will help the people that are running this project very much.



If you want to know more about how you can help the IPFire project read this.

{% end %} {% end block %} {% block sidebar %} {{ modules.SidebarBanner() }} {% end block %}