{% extends "aristotle_mdr/user/userHome.html" %} {% block collapse-link%} Registry Administrator tools {% endblock %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='adminTools' %} {% endblock %} {% block page %}

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

This is a selection of quick links that allow registry administrators to quickly perform actions.

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,app_models in models.items %} {% for model,count,adminlink in app_models.models %} {% if forloop.first %} {% endif %} {% endfor %} {% endfor %}
Extension name Concept type #
{{ app_models.app }} {{ model.get_verbose_name }} {{ count }}
{% endblock %}