{% extends "base.html" %} {% block title %}Hutches{% endblock %} {% block page_title %}Hutches{% endblock %} {% block topbar_actions %} {% if user.role in ('staff', 'admin') %} + New Hutch {% endif %} {% endblock %} {% macro sort_th(col, label) %} {% set new_order = 'desc' if sort == col and order == 'asc' else 'asc' %} {% set url = '/hutches?sort=' ~ col ~ '&order=' ~ new_order ~ ('&search=' ~ search if search else '') ~ ('&needs_cleaning=1' if needs_cleaning else '') %}
| Floor | Rabbits | {{ sort_th('cleaned', 'Cleaned') }} {{ sort_th('playtime', 'Last Playtime') }}||||
|---|---|---|---|---|---|
| No hutches found. | |||||