{% extends 'cm_portal/index.html' %} {% block title %}| Geriatric Section{% endblock %} {% load static %} {% block navbar %} {% include 'cm_portal/nav_geria.html' %} {% endblock %} {% block sidebar %}

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

{% endblock %} {% block page_title %}| Geriatric Section{% endblock %} {% block content %} {% if user.is_authenticated %}

Welcome to the Geriatrics Database, where you can store resident profiles and other related information.

Dynamic content

The library has the following record counts:


Census by building:

{% else %}

Please login

{% endif %} {% endblock %}