{% extends 'aristotle_mdr_links/actions/add_link_wizard_0_base.html' %} {% load i18n %} {% load static from staticfiles %} {% block title %}Add new link - Step 1: Select a relationship{% endblock %} {% block form_title %}Step 1: Select a relationship{% endblock %} {% block wizard_content %}
{% blocktrans %} Add a new link {% endblocktrans %}

Select the relationship type that this link will match. Click the blue link icon () in the drop down to get view the relation definition in a new window.

Read more about relationships

{{ form.as_table }}
{% endblock %}