{% extends "aristotle_mdr/create/de_template_wrapper.html" %} {% load aristotle_tags i18n %} {% block formarea %} {% if wizard.form.errors %}
There were errors saving your {{ model_name }}, please review the errors shown below. {{ wizard.form.errors }} {% if duplicate_items or similar_items %} {% if wizard.form.fields.make_new_item.errors %} There were similar items shown on the previous page. To save this item acknowledge that none of these are suitable or press back to review them again. {% endif %} {% endif %}
{% endif %} {% if dec_matches %}

Standard items based on "{{ objectClass.name }}" and "{{ property.name }}" were found, but you are electing to create a new one.

{% elif oc_match and pr_match %}

No standard items based on "{{ objectClass.name }}" and "{{ property.name }}" were found, so a new one will be created.

{% elif oc_match %}

You've elected to create a new Property, so you will need to create a new Data Element Concept as well.

{% elif pr_match %}

You've elected to create a new Object Class, so you will need to create a new Data Element Concept as well.

{% else %}

You've elected to create a new Object Class and Property, so you will need to create a new Data Element Concept as well.

{% endif %}
{% include "aristotle_mdr/create/concept_editor.html" with form=wizard.form %}
{% endblock %}