{% extends "aristotle_mdr/create/dec_template_wrapper.html" %} {% block formarea %} {{ form.errors }} {% if form.oc_options or form.pr_options %}
The following components matched your criteria.

Reusing existing content makes comparing items in the future easier.

Consider reviewing these similar items to see if an existing piece of content meets your needs. {% if form.oc_options|length > 20 or form.pr_options|length > 20 %}

The terms you entered have returned too many results to show, consider going back and narrowing your search terms.
{% endif %}
{% endif %}
Pick an object class.
{% if form.oc_options %}
{{ form.oc_options.label_tag }}
    {% for id, obj in form.oc_options.field.choices|slice:":-1" %}
  1. {% endfor %}
{% else %}

No matching object classes were found for reuse, so a new one will be created.

{% endif %}
Pick a property.
{% if form.pr_options %}
{{ form.pr_options.label_tag }}
    {% for id, obj in form.pr_options.field.choices|slice:":-1" %}
  1. {% endfor %}
{% else %}

No matching properties were found for reuse, so a new one will be created.

{% endif %}
{% endblock %}