{% load i18n util_tags link_tags %} {% block extra_scripts_head %} {% endblock %} {% if item.linkend_set.exists %}

Relationships

Click on the name of any relationship to learn more about the different roles available for links that implement these relations.

{% for link in item|get_links %} {% for e in link.linkend_set.all %} {% with linkend_count=link.linkend_set.count %} {% if forloop.first %} {% endif %} {% if forloop.first %} {% endif %} {% endwith %} {% endfor %} {% endfor %}
{% trans 'Relationship' %} {% trans 'Role' %} {% trans 'Concept' %} Actions
{{ e.link.relation.name }}
{{ e.link.relation.definition|striptags }}
{{ e.role.name }} {% if e.concept.concept == item.concept %} {{ e.concept.name }} {% else %} {{ e.concept.name }} {% endif %} {% if request.user|can_edit_link:link %} Edit link {% endif %}
{% endif %} {% if item|get_links %}

Graphical representation

{% endif %}