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

{{ worker.name }}

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

Request leave

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

Existing leave

    {% for l in worker.leaves.all %}
  • {{ l.start_date }} → {{ l.end_date }} {% if l.reason %}({{ l.reason }}){% endif %}
  • {% empty %}
  • No leave recorded
  • {% endfor %}