{% extends "base.html" %} {% set section = "downloads" %} {% block body %} {% if downloads %} {% for dl in downloads %} {% endfor %}
Download Size Type Date User
{{ 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.