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

Birds

{% 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" %}
{% include "birds/animal_table.html" %}

NB: When alive is False, age is at death or release

add new animal

{% endblock %}