{% extends 'aristotle_mdr_links/actions/add_link_wizard_0_base.html' %} {% load i18n aristotle_tags %} {% load static from staticfiles %} {% block title %}Add new link - Step 2: Select a role{% endblock %} {% block form_title %}Step 2: Select a role{% endblock %} {% block wizard_content %}
Select the role you would like ({{ root_item.name }}) to have in this link
{% if not roles_exist %}
The relation you selected doesn't have any roles. {% if relation|can_edit:user %} Click here to add some {% endif %}
{% endif %}
{{ form.as_table }}
{% endblock %}