{% extends "chrono/manager_agenda_day_view.html" %} {% load i18n %} {% block content %} {% if not hours %}
{% trans "No opening hours this day." %}
{% trans "Booked period:" %} {{ booking.start_time|time:"H:i" }} – {{ booking.end_time|time:"H:i" }}
{% trans "Checked period:" %} {{ booking.user_check_start_time|time:"H:i" }} – {{ booking.user_check_end_time|time:"H:i" }} {% if booking.user_check_type_label %}{{ booking.user_check_type_label }}{% endif %}