{% extends 'cm_portal/index.html' %} {% block title %}| Central Supplies{% endblock %} {% load static %} {% block navbar %} {% include 'cm_portal/nav_csu.html' %} {% endblock %} {% block sidebar %}

{% include 'cm_portal/user.html' %} {% endblock %} {% block page_title %}| Central Supplies{% endblock %} {% block content %} {% if user.is_authenticated %}

Welcome to the Central Supplies Database, where you can store inventories of medical supplies and medical equipments.

Dynamic content

The library has the following record counts:

{% else %}

Please login

{% endif %} {% endblock %}