{% extends 'aristotle_mdr_links/actions/add_link_wizard_0_base.html' %} {% load i18n util_tags %} {% load static from staticfiles %} {% block title %}Create link - select concepts{% endblock %} {% block form_title %}Step 3: Add link concepts{% 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 }}
{% include 'aristotle_mdr_links/actions/helpers/link_end_form.html' %}
{% endblock %}