{% extends "cm_portal/residents.html" %} {% block title %}| List of Discharged Residents{% endblock %} {% block page_title %}| List of Discharged Residents{% endblock %} {% block search_form %} {% endblock %} {% block sidebar %}

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

{% endblock %} {% block content %} {% if resident_list %} {% else %}

There are no discharged residents in the portal.

{% endif %} {% endblock %}