{% extends "cm_portal/geriatric_index.html" %} {% block title %}| OSCA Numbers{% endblock %} {% block page_title %}| OSCA Numbers{% endblock %} {% load static %} {% block content %}

{% for building in building_list %}

{{ building }}

{% for resident in building.resident_set.all %} {% endfor %}
Resident OSCA #
{{ resident }} {{ resident.osca_id }}
{% endfor %}
{% endblock %}