{% load crispy_forms_tags static %} {{ worker.name }} {% include 'rota/partials/flatpickr_includes.html' %}

Request leave on calendar

Select a date or drag to select a range to request leave.

{{ worker.name }}

{{ worker.email }} - {{ worker.site }}

Request leave

{% csrf_token %} {{ form|crispy }}

Existing leave

{% include 'rota/partials/leave_list.html' with leaves=worker.leaves.all %}