]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/downloads-all.html
Donation page responsivness
[people/shoehn/ipfire.org.git] / templates / downloads-all.html
1 {% extends "base-1.html" %}
2
3 {% block title %}{{ _("Ancient Downloads") }}{% end block %}
4
5 {% block body %}
6 <div class="post">
7 <h3>{{ _("Download IPFire") }}</h3>
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>
13 <a href="/downloads">{{ _("Go back to latest stable downloads.") }}</a>
14 </p>
15
16 <br class="clear" />
17 </div>
18
19 {% for release in releases %}
20 {% module ReleaseItemShort(release) %}
21 {% end %}
22 {% end block %}