{% extends "base.html" %} {% block title %}Checkouts per month — {{ library_name() }}{% endblock %} {% block content %}
| Month | Checkouts |
|---|---|
{{ r.month }} | {{ r.count }} |
No checkouts in the selected window.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}