{% extends "layout_1_column.html" %} {% block title %} {{ topic.first_base_name.name }} — Files | {{ topic_map.name }} {% endblock %} {% block javascript %} {% endblock %} {% block menu %} {% endblock %} {% block content %}

{{ topic.first_base_name.name }} Files

{{ creation_date }}


{% if files %} {% for file in files %} {% endfor %}
Title Scope Action
{{ file.title }} {{ file.scope|topic_name(topic_map.identifier) }} Edit  ·  Delete {% if 'admin' in current_user.roles %}  ·  View attributes {% endif %}
{% elif current_user.id == topic_map.user_identifier %} {% endif %} {% if current_user.id == topic_map.user_identifier %} Upload file

{% endif %} {% endblock %}