Turnos
{{ nest_name }}
Pipeline
List
{{ total }}
{% if total == 0 %}
No hay solicitudes activas
{% else %}
#
Estado
Veterinario
Cliente
Flags
Edad
{% for item in items %}
{{ item.id }}
{{ item.state_label }}
{{ item.vet }}
{{ item.petowner }}
{% if item.is_paid %}
{% endif %} {% if item.is_scheduled %}
{% endif %}
{{ item.age_hours }}h
{% endfor %}
{% endif %}