{% extends "settings/base.html" %} {% block subtitle %}Stator{% endblock %} {% block content %} {% for model, stats in model_stats.items %}
{{ model }}
Pending {{ stats.most_recent_queued }}
Processed today {{ stats.most_recent_handled.1 }}
This month {{ stats.most_recent_handled.2 }}
{% endfor %} {% endblock %}