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

{{ topic.first_base_name.name }} Associations

{{ creation_date }}


{% if associations %} {% for association in associations %} {% endfor %}
Type Scope Members Action
{{ association.instance_of|topic_name(topic_map.identifier) }} {{ association.scope|topic_name(topic_map.identifier) }}
Topic reference Role
{{ association.member.src_topic_ref|topic_name(topic_map.identifier) }} {{ association.member.src_role_spec|topic_name(topic_map.identifier) }}
{{ association.member.dest_topic_ref|topic_name(topic_map.identifier) }} {{ association.member.dest_role_spec|topic_name(topic_map.identifier) }}
View as association
View as topic
Delete {% if 'admin' in current_user.roles %}
View attributes {% endif %}
{% else %} {% endif %} Create association

{% endblock %}