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