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

There are no residents in the portal.

{% endif %}
{% if is_paginated %} {% include 'cm_portal/pagination.html' %} {% endif %}