{% extends "base.html" %} {% set section = "downloads" %} {% block body %} {% if downloads %}
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 }} |
There are no downloads recorded.