{% extends "website/base.html" %} {% block content %} Add new file {% for file in data %} {% endfor %}
File name Created at Protected Download
{{ file.file_name }} {{ file.created_at | date(format="%Y-%m-%d %H:%M") }} {{ file.protected }} Download
{% endblock content%}