{% 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 %}

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,app_models in models.items %}

{{ 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 %}
{% endfor %} {% endblock %}