{% if resident_list %}
{% for resident in resident_list %} {% include "cm_portal/resident_list_item.html" with admission=True %} {% endfor %}
{% else %}

There are no residents in the portal.

{% endif %}
{% if is_paginated %} {% include 'cm_portal/pagination.html' with id="#resident_list" %} {% endif %}