{% extends "aristotle_mdr/user/userHome.html" %} {% load i18n %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='adminTools' %} {% endblock %} {% block page %}

{% block title %}New Registration Authority{% endblock %}

{% csrf_token %}
{{ form.stewardship_organisation.label_tag }}
{{ form.stewardship_organisation }} {% if form.stewardship_organisation.errors %}
{{ form.stewardship_organisation.errors }}
{% endif %}

The organisation will this workgroup belong to

{{ form.name.label_tag }}
{% if form.name.errors %}
{{ form.name.errors }}
{% endif %}

{{ form.name.help_text }}

{{ form.definition.label_tag }} {% if form.definition.errors %}
{{ form.definition.errors }}
{% endif %}

{{ form.definition.help_text }}

{{ form.definition }}
{% endblock %}