{% extends "base.html" %} {% block body_class %}themed-bg{% endblock %} {% block content %}

Statistics

Total Illustrations
{{ total }}
Added in last 30 days
{{ last30 }}
Added in last 365 days
{{ last365 }}
Adds by Month (last 12)
{% for label, value, height in heights %}
{% endfor %}
{% for label, value in series %}{% if not forloop.last %}{{ label }} · {% else %}{{ label }}{% endif %}{% endfor %}
Top Subjects
{% for s in top_subjects %} {{ s.name }} ({{ s.count }}) {% empty %} No subjects. {% endfor %}
Tools
Normalize scripture references (abbreviations, separators, repeat book names where needed).
{% if user.is_authenticated and user.is_staff %}
{% csrf_token %}
{% endif %}
Tip: you can pass ?limit=1000 on the preview URL to test a subset.
{% endblock %}