{% if release.files %} {% if not release.stable %}

{{ _("Caution!") }}

{% if lang == "de" %} Dieses Release ist nicht als stabile Version von IPFire freigegeben und nur für Testumgebungen gedacht. Daher sollte dieses Release nicht in produktiven Umgebungen eingesetzt werden und Fehler berichtet werden. {% else %} This release is not a stable version of IPFire and intended for testing purposes only. Do not use this release in production and please report any bugs. {% end %}
{% end %}
{% module DownloadButton(release) %}
{% for arch, files in downloads %}

{{ arch }}

{% end %} {% if release.news %} {% module NewsItem(release.news, show_heading=True, announcement=True) %} {% end %} {% else %}
{{ _("There are no downloads available for this release.") }}
{% end %}