{% extends "aristotle_mdr/create/de_template_wrapper.html" %} {% load aristotle_tags i18n %} {% block formarea %} {% if wizard.form.errors %}
No standard items based on "{{ dec_match.name }}" and "{{ vd_match.name }}" were found, so a new one will be created.
{% elif dec_match %}You've elected to create a new Data Element Concept, so you will need to create a new Data Element as well.
{% elif vd_match %}You've elected to create a new Value Domain, so you will need to create a new Data Element as well.
{% else %}You've elected to create a new Data Element Concept and Value Domain, so you will need to create a new Data Element as well.
{% endif %}