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

{{ topic.first_base_name.name }} Links

{{ creation_date }}


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

{% endif %} {% endblock %}