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