{% extends "cm_portal/geriatric_index.html" %} {% block title %}| List of Clinics{% endblock %} {% block page_title %}| List of Clinics{% endblock %} {% block content %}
{% if clinic_list %}
{% for clinic in clinic_list %} {% include 'includes/clinic_list_item.html' %} {% endfor %}
{% else %}

There are no clinics in the portal.

{% endif %}
{% if is_paginated %} {% include 'includes/pagination.html' %} {% endif %} {% if perms.cm_portal.add_clinic %} Add a clinic {% else %} Add a clinic {% endif %}
{% endblock %}