{% load i18n util_tags link_tags %} {% if links_from or links_to %}

Relationships

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

{% if links_from %} {% include "aristotle_mdr/links/link_display.html" with links=links_from %}
{% trans 'Relationship' %} {% trans 'Role' %} {% trans 'Metadata item' %} Actions
{% endif %} {% if links_to %}

Links to this item

{% include "aristotle_mdr/links/link_display.html" with links=links_to no_edit_links=True %}
{% trans 'Relationship' %} {% trans 'Role' %} {% trans 'Metadata item' %} Actions
{% endif %}
{% endif %}