{% extends "layouts/default.html" %} {% block title %}Manage you archive.{% endblock %} {% block content %}

Storage Files

File Upload

Warning: This will overwrite any files stored on the server with the same name.

{% for item in files %}

{{item.name}} {% if roles.administrator %}

{% endif %}

{% endfor %} {% endblock %}