{% extends "aristotle_mdr/user/userHome.html" %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='adminTools' %} {% endblock %} {% block page %}

{% block title %}Registry Administrator tools{% endblock %}

Quick Links

{% comment %}

Create

{% endcomment %}

Manage Registry

Basic item statistics

Below is a table of the various concepts managed within this registry. These values are updated approximately twice a day, therefore the counts below may be out of date due to caching.
For live updates, visit the Advanced concept statistics page.

{% for app in models %} {% for model,count,adminlink in app.models %} {% if forloop.first %} {% endif %} {% endfor %} {% endfor %}
Extension name Concept type #
{% firstof app.app.create_page_name app.app.verbose_name %}
{{ model.get_verbose_name }} {{ count }}
{% endblock %}