{% extends "base.html" %} {% set section = "downloads" %} {% block body %} {% if downloads %} {% if user.admin %} {% endif %} {% for dl in downloads %} {% if user.admin %} {% endif %} {% endfor %}
Download Size Type DateUser
{{ dl.description }} {{ dl.size|filesizeformat }} {{ mediatypes[dl.media_type] }} {{ dl.completed|timestampformat('%Y/%m/%d %H:%M') }}{{ dl.user.username }}
{% else %}

There are no downloads recorded.