{% extends "cm_portal/csu_index.html" %} {% block title %}| List of Medical Supplies{% endblock %} {% block page_title %}| List of Medical Supplies{% endblock %} {% load static %} {% block sidebar %}

{% if user.is_authenticated %} {% include 'cm_portal/user.html' %} {% endif %} {% endblock %} {% block content %}
{% if medicalsupply_list %} {% else %}

There are no medical supplies in the portal.

{% endif %}
{% if is_paginated %} {% include 'cm_portal/pagination.html' %} {% endif %} {% if perms.cm_portal.add_medicalsupply %} Add a medical supply {% else %} Add a medical supply {% endif %}
{% endblock %}