{% 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 %}
There are already Data Element Concepts based on a "{{ oc_match.name }}" and "{{ pr_match.name }}".
Reusing existing content makes comparing items in the future easier.
Consider reviewing these items to see if an existing piece of content meets your needs.
    {% for id, obj in wizard.form.dec_options.field.choices|slice:":-1" %}
  1. {% endfor %}
{% endblock %}