{% extends "base.html" %} {% block title %}Patron Categories — {{ library_name() }}{% endblock %} {% block content %}
Used as a second axis for loan policies (alongside media type) and for school-year flows.
{% if message %}{% endif %} {% if error %}{% endif %} {% if categories %}| Code | Display name | Default | Patrons | Policies | |
|---|---|---|---|---|---|
{{ c.code }} |
{% if c.is_default %}✓{% endif %} | {{ counts.get(c.id, 0) }} | {{ policy_counts.get(c.id, 0) }} | {% if not c.is_default and counts.get(c.id, 0) == 0 and policy_counts.get(c.id, 0) == 0 %} {% endif %} |
No patron categories defined.
{% endif %}