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

Locations

{% for location in location_list %} {% endfor %}
Room/Building Cage Description Animals
{{ location.room|default_if_none:"" }} {{ location.name }} {{ location.description }} {{ location.birds.alive.count }}
{% if page_obj %} {% endif %} {% endblock %}