{% extends "base.html" %} {% block title %}Popular works — {{ library_name() }}{% endblock %} {% block content %}
| Checkouts | Title | Media |
|---|---|---|
| {{ r.checkout_count }} | {{ r.title }}{% if r.subtitle %} {{ r.subtitle }}{% endif %} |
{{ r.media_type_code }} |
No checkouts in the selected window.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}