{% extends "aristotle_mdr/create/concept_wizard_wrapper.html" %} {% load aristotle_help %} {% block steps %}
  • Refine
  • Create
  • Complete
  • {% endblock %} {% block formarea %} The key to good metadata is reuse.

    Enter a name and short description for the what you would like to create, and Aristotle will do a quick search to see if similar objects exist for reuse.

    If no items with similar terms exist, your search terms will be used to pre-populate any new items you create.

    {{ wizard.form.name.label_tag }} {% if wizard.form.name.errors %} {{ wizard.form.name.errors }} {% endif %} {{ wizard.form.name }}
    What would be the name of this type of object?
    {% if wizard.form.name.errors %}
    {% endif %}
    {{ wizard.form.version.label_tag }} {% if wizard.form.version.errors %} {{ wizard.form.version.errors }} {% endif %} {{ wizard.form.version }}
    {{ wizard.form.version.help_text }}
    {% if wizard.form.version.errors %}
    {% endif %}
    {{ wizard.form.definition.label_tag }} Add a brief definition of the item you'd like to create (optional) {% if wizard.form.definition.errors %} {{ wizard.form.definition.errors }} {% endif %} {{ wizard.form.definition }} {% if wizard.form.definition.errors %} {% endif %}
    {% endblock %} {% block content_container_start %}
    {% endblock %} {% block content_container_end %}
    {% endblock %}