{% extends "aristotle_mdr/create/dec_template_wrapper.html" %} {% load aristotle_tags i18n %} {% block formarea %} {% if wizard.form.errors %}
No Data Element Concepts based on "{{ oc_match.name }}" and "{{ pr_match.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 %}