{% extends "registry/master.html" %} {% block title %}Register new {{registerName}}{% endblock %} {% block content %}

Register new {{registerName}}

Please enter the {{domainClassName}}'s details below.

{% if form.has_errors %}

Sorry, the following problems prevented the registration from being completed.

{% endif %}
{{domainClassName}} details {% for field in form.fields %}
{{ field }}

{{ field.field_comment }}


{% endfor %}
Please check the details and
{% endblock %}