{% extends 'aristotle_mdr_links/actions/add_link_wizard_0_base.html' %} {% load i18n util_tags %} {% load static from staticfiles %} {% block title %}Create link - confirm{% endblock %} {% block form_title %}Step 4: Confirm link details{% endblock %} {% block wizard_content %}
{% blocktrans %} You are about to add concepts to the roles for relation {{ relation.name }} for this link. {% endblocktrans %}
{{ relation.definition|bleach }}
The concepts in this relationship are: {% for role, concepts in role_concepts %} {% endfor %}
Role Concepts
{{role.name}}
{% endblock %} {% block form_save_text %}Save{% endblock %}