{% extends 'cm_portal/base.html' %} {% block title %}| Home{% endblock %} {% load static %} {% block navbar %} {% include 'cm_portal/nav_base.html' %} {% endblock %} {% block sidebar %}

{% include 'cm_portal/user.html' %}
{% endblock %} {% block page_title %}| Home{% endblock %} {% block content %}

Welcome {{ user.get_username|capfirst }} to Camillus MedHaven Portal!

You are on your Dashboard

Geriatric

Database

Contains information regarding residents.

Card link Another link

HRIS

Human Resource Information System

Contains information on employees and other work-related information.

Card link Another link

CSU

Central Supplies Unit

Inventory of medical supplies and medical equipment.

Card link Another link
{% endblock %} {% block footer %} {% include 'cm_portal/footer_base.html' %} {% endblock %}