{% extends 'base.html' %} {% load crispy_forms_tags static %} {% block content %}

All leave requests

Global leave calendar

{% include 'rota/partials/flatpickr_includes.html' %} {# Rota selection is handled by route scoping; no dropdown needed here #}

View all leave requests across workers. Choose a rota to scope the calendar, or select "All rotas" to see everything. Click and drag to select dates to open the leave form (you'll need to choose workers in the modal).

Legend:
{% if selected_rota_id %} Back to rota {% endif %}
Existing leave Selected range
{# Consolidated legend above replaces the separate 'Workers on this rota' box #} {% endblock %}