{% extends "base.html" %} {% block title %}Popular works — {{ library_name() }}{% endblock %} {% block content %}

Popular works

{% if branches|length > 1 %} {% endif %} Download CSV
{% if rows %}
{% for r in rows %} {% endfor %}
CheckoutsTitleMedia
{{ r.checkout_count }} {{ r.title }}{% if r.subtitle %}
{{ r.subtitle }}{% endif %}
{{ r.media_type_code }}
{% else %}

No checkouts in the selected window.

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