{% extends "base_view.html" %} {% load widget_tweaks %} {% load bird_tags %} {% block title %} meliza-lab : user : {{ reserver }} {% endblock %} {% block content %}
Name | Species | Sex | Age | Status | Last Location | UUID | {% for animal in animal_list %} {% with history=animal.history %}|
---|---|---|---|---|---|---|---|
{{ animal.name }} | {{ animal.species }} | {{ animal.sex }} | {{ history.age_display }} | {{ history.status_display }} | {{ history.last_location|link_or_blank }} | {{ animal.uuid }} |