• Blessed Enrico Rebuschini
  • Blessed Luigi Tezza
  • St. Camillus - First Floor
  • St. Camillus - Second Floor
  • Building 3
    {% for resident in rebuschini %} {% include 'cm_portal/resident_list_item.html' %} {% endfor%}
    {% for resident in tezza %} {% include 'cm_portal/resident_list_item.html' %} {% endfor%}
    {% for resident in first_floor %} {% include 'cm_portal/resident_list_item.html' %} {% endfor%}
    {% for resident in second_floor %} {% include 'cm_portal/resident_list_item.html' with building=True %} {% endfor%}
    {% for resident in bldg_three %} {% include 'cm_portal/resident_list_item.html' with building=True %} {% endfor %}