{% extends "aristotle_mdr/create/dec_template_wrapper.html" %} {% load aristotle_tags i18n util_tags %} {% block formarea %}
You are about to create a new Data Element Concept based on a "{{ oc.name }}" and "{{ pr.name }}".
{% if dec_matches %} 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 obj in dec_matches %}
  1. {% include "aristotle_mdr/create/wizard_search_result_item.html" with object=obj %}
  2. {% endfor %}
{% endif %}

You are about going to create the following items:

{% endblock %}