{% extends "chrono/manager_event_detail.html" %} {% load static i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Check" %} {% endblock %} {% block appbar_actions %}{% endblock %} {% block content %}
{% trans "Mark all bookings without status:" %} | ||
{% if agenda.booking_extra_user_block_template %}{% endif %} {{ booking.get_user_block }}{% if booking.places_count > 1 %} ({{ booking.places_count }} {% trans "places" %}){% endif %} | {% if booking.cancellation_datetime %}({% trans "Cancelled" %}){% endif %} |