{% extends "base.html" %} {% load cycle from future %} {% load static from staticfiles %} {% block title %}Arch Linux - Releases{% endblock %} {% block head %} {% endblock %} {% block content %}

Releases

{% for item in release_list %} {% endfor %}
Release Date Version Kernel Version Available? Torrent Magnet Download Size
{{ item.release_date|date }} {{ item.version }} {{ item.kernel_version|default:"" }} {{ item.available|yesno|capfirst }} {% if item.available %}Torrent{% endif %} {% if item.available %}Magnet{% endif %} {% if item.torrent_data %}{{ item.torrent.file_length|filesizeformat }}{% endif %}
{% endblock %} {% block script_block %} {% load cdn %}{% jquery %}{% jquery_tablesorter %} {% endblock %}