{% extends "base_view.html" %} {% load widget_tweaks %} {% load bird_tags %} {% block title %} meliza-lab : user : {{ reserver }} {% endblock %} {% block content %}

Animals reserved by {{ reserver.get_full_name }}

{% render_field filter.form.color placeholder="Band color" class+="form-control" %}
{% render_field filter.form.band placeholder="Band number" class+="form-control" %}
{% render_field filter.form.uuid placeholder="UUID (beginning)" class+="form-control" %}
{% for animal in animal_list %} {% endfor %}
Name Species Sex Age Alive Children UUID
{{ animal.name }} {{ animal.species }} {{ animal.sex }} {{ animal.age|agestr }} ({{ animal.age_group }}) {{ animal.alive|yesno }} {{ animal.children.hatched.count}} {{ animal.uuid }}
{% endblock %}