{% extends "base.html" %} {% block meta %} {% endblock %} {% block content %}
Sort by: Category: Count:
{% for ltype in res_labels %}
{{ltype}} {% for for_temp in res_labels[ltype] %} {% endfor %}
{% endfor %}
{% if request.args.get('q') %} {% else %} {% endif %} {% if archives|length > 0 %}
ARCHIVE
SIZE
IMPORTED
{% for arch in archives %}
{{arch[1]}}

{{arch[2]|spacer}}

{{arch[3]|ctime}}

{% endfor %}
{% else %}

No matching archives

{% endif %} {% if total_count > page*count and page == 1 %}
{% if page-3 > 1 %}
{% endif %} {% for pagenum in range(page-3,page) %} {% if pagenum > 0 %} {% endif %} {% endfor %}
{{page}}
{% for pagenum in range(page+1,page+4) %} {% if (pagenum-1)*count < total_count %} {% endif %} {% endfor %} {% if (page+4)*count < total_count %}
{% endif %}
{% endif %}
{% endblock %}