{% load i18n util_tags link_tags %} {% block extra_scripts_head %} {% endblock %} {% if item.linkend_set.exists %}
Click on the name of any relationship to learn more about the different roles available for links that implement these relations.
{% trans 'Relationship' %} | {% trans 'Role' %} | {% trans 'Concept' %} | Actions |
---|---|---|---|
{{ e.link.relation.name }}
{{ e.link.relation.definition|striptags }}
|
{% endif %}
{{ e.role.name }} | {% if e.concept.concept == item.concept %} {{ e.concept.name }} {% else %} {{ e.concept.name }} {% endif %} | {% if forloop.first %}{% if request.user|can_edit_link:link %} Edit link {% endif %} | {% endif %} {% endwith %}