{% extends 'base.html' %} {% block title %}{{ requests_page_title }}{% endblock %} {% block content %}

{% if tab == 'access' %} {{ access_requests_title }} {% elif tab == 'buddy' %} {{ buddy_requests_title }} {% elif tab == 'adjustment' %} {{ adjustment_requests_title }} {% else %} Requests {% endif %}

{% if access_user_request_allowed_exist and facility_managers_exist %}
{# This will be loaded asynchronously #}
{% endif %} {% if buddy_system_areas_exist %}
{# This will be loaded asynchronously #}
{% endif %} {% if adjustment_request_allowed and facility_managers_exist %}
{# This will be loaded asynchronously #}
{% endif %}
{% endblock %}