{% extends "chrono/manager_home.html" %} {% load i18n %} {% block appbar %}
{% trans "Are you sure you want to cancel this event?" %} {% if bookings_count %} {% if cancel_bookings %} {% blocktrans trimmed count count=bookings_count %} {{ count }} related booking will also be cancelled. {% plural %} {{ count }} related bookings will also be cancelled. {% endblocktrans %} {% else %} {% trans "Related bookings will have to be manually cancelled if needed." %} {% endif %} {% endif %}