{% extends "cm_portal/geriatric_index.html" %} {% block title %}| Resident Weight{% endblock %} {% block page_title %}| Resident Weight{% endblock %} {% block content %}

{{ residentweight.resident }}

Date: {{ residentweight.date }}
Weight: {{ residentweight.weight }} kg
{% if perms.cm_portal.change_residentweight and perms.cm_portal.delete_residentweight %} Edit Delete {% elif perms.cm_portal.change_residentweight %} Edit Delete {% else %} Edit Delete {% endif %}
{% endblock %}