{% extends "base.html" %} {% block title %}Checkouts per month — {{ library_name() }}{% endblock %} {% block content %}

Checkouts per month

{% if branches|length > 1 %} {% endif %} Download CSV
{% if rows %}
{% for r in rows %} {% endfor %}
MonthCheckouts
{{ r.month }}{{ r.count }}
{% else %}

No checkouts in the selected window.

{% endif %} {% endblock %} {% block scripts %} {% endblock %}