{% extends "base.html" %} {% block title %}Rabbits{% endblock %} {% block page_title %}Rabbits{% endblock %} {% block topbar_actions %} {% if user.role in ('staff', 'admin') %} {% endif %} {% endblock %} {% macro sort_th(col, label, extra='') %} {% set new_order = 'desc' if sort == col and order == 'asc' else 'asc' %} {% set base = '/rabbits?sort=' ~ col ~ '&order=' ~ new_order %} {% set url = base ~ ('&status=' ~ status_filter if status_filter else '') ~ ('&search=' ~ search if search else '') %}
| Actions | ||||||
|---|---|---|---|---|---|---|
| No rabbits found. | ||||||