{% extends "cm_portal/geriatric_index.html" %} {% block title %}| List of Resident Weights{% endblock %} {% block page_title %}| List of Resident Weights{% endblock %} {% block content %}
{% if residentweight_list %}
{% for residentweight in residentweight_list %} {% include 'includes/residentweight_list_item.html' %} {% endfor %}
{% else %}

There are no resident weights in the portal.

{% endif %}
{% if is_paginated %} {% include 'includes/pagination.html' %} {% endif %} {% if perms.cm_portal.add_residentweight %} Add a resident weight {% else %} Add a resident weight {% endif %}
{% endblock %}