{% extends "base.html" %} {% block title %}Concon - Files{% endblock %} {% block content %}
| Filename | Title | Authors | Year | {% if can_delete or username %}Actions | {% endif %}
|---|---|---|---|---|
| {{ f.file_name }} | {{ f.title }} | {{ f.authors }} | {{ f.year }} | {% if can_delete or username %}{% if username %} edit {% endif %} {% if can_delete %} {% endif %} | {% endif %}
No files uploaded yet.
{% endif %} {% endblock %}