{% extends "chrono/manager_agenda_day_view.html" %} {% load i18n %} {% block main-content-attributes %}class="partial-booking-dayview"{% endblock %} {% block extra_date_title %} {% if event.invoiced %} {% trans "Invoiced" %} {% elif event.check_locked %} {% trans "Check locked" %} {% endif %} {% if event.checked %}{% trans "Checked" %}{% endif %} {% endblock %} {% block content %} {% if not hours %}
{% trans "No opening hours this day." %}