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

{{ topic.first_base_name.name }} Videos

{{ creation_date }}


{% if videos %} {% for video in videos %} {% endfor %}
Title Scope Action
{{ video.title }} {{ video.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 %} Add video link

{% endif %} {% endblock %}