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

{% block title %}Registry statistics{% endblock %}

Advanced item statistics

The following table provides a breakdown of all metadata created in the registry in the given time frames.

The bar chart shows, at a glance, the amount of metadata items of each type that have been created.

{% for app in model_stats %} {% for model,count,adminlink in app.models %} {% if forloop.first %} {% endif %} {% endfor %} {% endfor %}
Extension name Concept type Last 7 days Last 30 days All time #
{% firstof app.app.create_page_name app.app.verbose_name %}
{{ model.get_verbose_name }} {{ count.t7 }} {{ count.t30 }} {{ count.all_time }}
{% endblock %}