{% extends "aristotle_mdr/create/de_template_wrapper.html" %} {% load aristotle_tags i18n %} {% block formarea %} {% if wizard.form.errors %}
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 %}