]> git.ipfire.org Git - ipfire.org.git/blame - templates/downloads-all.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / downloads-all.html
CommitLineData
940227cb 1{% extends "base-1.html" %}
81675874 2
7b5f2910
MT
3{% block title %}{{ _("Ancient Downloads") }}{% end block %}
4
60024cc8 5{% block body %}
81675874 6 <div class="post">
7 <h3>{{ _("Download IPFire") }}</h3>
81675874 8 <p>
9 {{ _("These are the ancient downloads of IPFire. They are just saved for historical reasons and should not be used in a productive environment.") }}
10 </p>
11
12 <p>
940227cb 13 <a href="/downloads">{{ _("Go back to latest stable downloads.") }}</a>
81675874 14 </p>
15
16 <br class="clear" />
17 </div>
18
940227cb
MT
19 {% for release in releases %}
20 {{ modules.ReleaseItemShort(release) }}
81675874 21 {% end %}
22{% end block %}