{% extends "cm_portal/geriatric_index.html" %} {% block title %}| List of Buildings{% endblock %} {% block page_title %}| List of Buildings{% endblock %} {% block content %}
{% if building_list %}
{% for building in building_list %} {% include 'includes/building_list_item.html' %} {% endfor %}
{% else %}

There are no buildings in the portal.

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