{% extends "base-1.html" %} {% block title %}{{ _("Ancient Downloads") }}{% end block %} {% block body %}

{{ _("Download IPFire") }}

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

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


{% for release in releases %} {% module ReleaseItemShort(release) %} {% end %} {% end block %}