{% extends BASE_TEMPLATE %} {% load i18n %} {% load static %} {% load custom_filters %} {% block customCSS %}{% endblock %} {% block content %}

{% trans "Manage Working Hours" %}

{% csrf_token %} {% if working_hours_form.staff_member %}
{{ working_hours_form.staff_member }}
{% endif %}
{{ working_hours_form.day_of_week|add_class:"form-select form-select-sm" }}
{% include 'modal/error_modal.html' %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% endblock %} {% block customJS %} {% endblock %}