{% extends "downloads-index.html" %} {% block title %}{{ _("Ancient downloads") }}{% end block %} {% block body %} {% block information %}

{{ _("Ancient downloads") }}

{{ _("These are the ancient downloads of IPFire. They are just saved for historical reasons and should not be used in a productive environment.") }}

{{ _("Beware that these releases could lack possible security-fixes and so it is recommended to use the latest version.") }}

{{ _("Go back to latest stable downloads.") }}


{% end block %} {% for release in releases %} {% end %}
{{ _("Release") }} {{ _("Published on") }}
{{ release.name }} {{ locale.format_date(release.date, shorter=True, relative=False) }}
{% end block %}