{% extends 'aristotle_mdr_links/actions/add_link_wizard_0_base.html' %} {% load compile_static i18n util_tags %} {% load static from staticfiles %} {% block title %}Create link - confirm{% endblock %} {% block extra_head_scripts %} {% endblock %} {% block form_title %}Step 3: 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|safe }}
The concepts in this relationship are: {% for role, concepts in role_concepts %} {% endfor %}
Role Concepts
{{role.name}}
{% endblock %} {% block form_save_text %}Save{% endblock %}