{% extends "base_view.html" %} {% load widget_tweaks %} {% block title %} meliza-lab : locations {% endblock %} {% block content %}
| Room/Building | Cage | Description | Animals | {% for location in location_list %}
|---|---|---|---|
| {{ location.room|default_if_none:"" }} | {{ location.name }} | {{ location.description }} | {{ location.birds.alive.count }} |