{% extends "cm_portal/geriatric_index.html" %} {% block title %}| List of Physicians{% endblock %} {% block page_title %}| List of Physicians{% endblock %} {% block sidebar %}

{% if user.is_authenticated %} {% include 'cm_portal/user.html' %} {% endif %}

{% endblock %} {% block content %} {% if physician_list %}
{% for physician in physician_list %} {% include 'cm_portal/physician_list_item.html' %} {% endfor %}
{% else %}

There are no physicians in the portal.

{% endif %}
{% if is_paginated %} {% include 'cm_portal/pagination.html' %} {% endif %} {% if perms.cm_portal.add_physician %} Add a physician {% else %} Add a physician {% endif %} {% endblock %}