{% extends 'base.html' %} {% block title %}Requests{% 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 %}