{% extends "base.html" %} {% block title %}Adoptions{% endblock %} {% block page_title %}Adoptions{% endblock %} {% block topbar_actions %} {% if user.role == 'admin' %} {% endif %} {% endblock %} {% block content %}
| Rabbit | Adoption Date | Adopter | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ adoption.rabbit.name if adoption.rabbit else '—' }} | {{ adoption.adoption_date | fmt_date }} | {{ adoption.adopter_name or '—' }} | {% if adoption.submitted %} Submitted {% else %} Pending {% endif %} | {{ adoption.created_at | fmt_date }} | {% if user.role == 'admin' %} View {% endif %} |
| No adoptions yet. | |||||