{% extends "chrono/manager_agenda_day_view.html" %} {% load i18n %} {% block content %} {% if not hours %}

{% trans "No opening hours this day." %}

{% else %}
{% for user, bookings in bookings_by_user.items %}

{{ bookings.0.get_user_block }}

{% for booking in bookings %}

{% trans "Booked period:" %}

{% endfor %}
{% endfor %}
{% endif %} {% endblock %}