{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% include "includes/datepicker.css.html" %} {% endblock styles %} {% block ui_active_tab %}'daily_planning'{% endblock ui_active_tab %} {% block page_header %}Daily Planning{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block title %}{{ block.super }} - Daily Planning{% endblock %} {% block breadcrumb %} {% include "appointments/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}

The worker you chose is not available at that time. Do you want to add an availability for the Worker?


Adding an availability will save the current status of the board.
Keep in mind that the availability will have to be removed manually to undo this action.
{% endblock maincontent %} {% block scripts %} {{ block.super }} {% include "includes/datepicker.js.html" %} {% endblock scripts %} {% block messages %} {{ block.super }}

Saved

{% endblock %}