{% extends "blarg/views/templates/base.html" %} {% block content %} {% if success %}
{{success}}
{% endif %} {% if error %}
{{error}}
{% endif %} {% if notice %}
{{notice}}
{% endif %}
Go
Upload File
{% if not files|is-empty %} {% for file in files %} {% endfor %}
Filename Size Last Modified  
{{file.filename}}
{{file.content-type}}
{{file.size}} {{file.last_modified|to_fulltime}} {% if file.published %} {% endif %} {% if not file.published %} {% endif %}
{% else %}

No files found.

{% endif %}
{% endblock %}