{% if name %}{{ name|safe }}{% endif %}
Filename {{ filename|safe }}
Filesize {{ filesize|safe }}
Uploaded {{ filetime|safe }}
{% for item in webinterface %} {% for option in item.options %} {% if option.type == "boolean" %} {% endif %} {% endfor %}
{{ option.label|safe }}
{% endfor %}
{% for item in webinterface %}
{% if item.description %}
{{ item.description|safe }}
{% endif %} {% for option in item.options %} {% if option.type == "boolean" %}
{% endif %} {% endfor %}
{% endfor %}
{% if download %}{% endif %}