]> git.ipfire.org Git - ipfire.org.git/blobdiff - templates/downloads-all.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / downloads-all.html
diff --git a/templates/downloads-all.html b/templates/downloads-all.html
new file mode 100644 (file)
index 0000000..5d4f114
--- /dev/null
@@ -0,0 +1,22 @@
+{% extends "base-1.html" %}
+
+{% block title %}{{ _("Ancient Downloads") }}{% end block %}
+
+{% block body %}
+       <div class="post">
+               <h3>{{ _("Download IPFire") }}</h3>
+               <p>
+                       {{ _("These are the ancient downloads of IPFire. They are just saved for historical reasons and should not be used in a productive environment.") }}
+               </p>
+               
+               <p>
+                       <a href="/downloads">{{ _("Go back to latest stable downloads.") }}</a>
+               </p>
+
+               <br class="clear" />
+       </div>
+       
+       {% for release in releases %}
+               {{ modules.ReleaseItemShort(release) }}
+       {% end %}
+{% end block %}