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

{% endfor %} {% endblock %}