{% extends "aristotle_mdr/user/base.html" %} {% load aristotle_tags aristotle_help i18n %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='create_list' %} {% endblock %} {% block page %}

{% block title %}{% trans "Create New Items" %}{% endblock %}

{% if wizards %}

{% trans "Create metadata using a Wizard" %}

Below are a selection of wizards that will step you through creating specific concept types and attaching or creating related components. You can create and propose a new object in your workgroups by clicking the links below. Each item has a basic description, but to get more information on a concept type click the question mark link () next to its name.

or
{% endif %}

{% trans "Just create a single metadata item" %}

Below is a list of all concepts managed within this registry, as submitter you can create and propose a new object in your workgroups by clicking the links below. Each item has a basic description, but to get more information on a concept type click the question mark link () next to its name. {% if user.is_staff %} You may be able to make additional items through the {% trans 'Management interface' %}. {% endif %}

{% for app_models in models %}

{{ app_models.app }}

{% for m,model in app_models.models %} {% if model.concept %} {% endif %} {% endfor %}
{% trans "Create new" %} {% trans "Help" %} {% trans "Basic description" %}
{{ model.get_verbose_name }} {% help_doc model %} Create {{ model.get_verbose_name }}
{% endfor %} {% endblock %}