{% extends "../base.html" %} {% block title %}{{ release }}{% end block %} {% block container %}
{{ _("Download") }}

{{ release }}

{{ _("Released %s") % locale.format_date(release.published, relative=True, shorter=True) }} {% if release.blog %} • {{ _("Release Notes") }} {% end %}
{% for arch in release.arches %}
{{ arch }}
    {% for file in release.get_files_by_arch(arch) %}
  • {{ _(file.desc) }} {% if file.size >= 1024 * 1024 %} {{ format_size(file.size) }} {% end %}
  • {% end %}
{% end %}
{% for f in release.files %}{{ "%-50s %s: %s\n" % (f.basename, "SHA256" if f.sha256 else "SHA1", f.sha256 or f.sha1) }}{% end %}

{{ _("Running IPFire in the Cloud?") }}

{{ _("IPFire is now available in the Amazon Cloud.") }} {{ _("Create flexible firewall rules and use our Intrusion Detection System to protect your servers in the Cloud.") }} {{ _("Connect to them securely using our VPN technologies.") }}

{{ _("Go to Amazon Web Services") }}
{% end block %}