{% extends "cm_portal/geriatric_index.html" %} {% block title %}| List of Residents{% endblock %} {% block page_title %}| List of Residents{% endblock %} {% block external %} {% endblock %} {% block sidebar %}

{% if user.is_authenticated %} {% include 'cm_portal/user.html' %} {% endif %}

{% endblock %} {% block content %}

{% include 'cm_portal/resident_list.html' %}

{% if perms.cm_portal.add_resident %} Add a resident {% else %} Add a resident {% endif %} {% endblock %}