{% extends "base.html" %} {% block headers %}

Manage files of {{ name }}

{% endblock headers %} {% block content %}

{{ object.html() }}

{% for document in documents %} {% endfor %}
fileflagsdescriptionaction
{{ document.filename }}
add file

If you mark a file as hidden it will not be listed in the {{ name }} page. However the file can be accessed by anyone which knows its name, by pointing its browser at the correct URL.

[back to {{ name }}]

{% endblock %}