{% extends "chrono/manager_home.html" %} {% load i18n %} {% block appbar %}
{% trans "Confirming this booking will make the event overbooked." %}
{% trans "This booking has no callback url configured, confirmation should be handled from corresponding form in order to guarantee a coherent situation." %}
{% trans "Open form" %}
{% blocktrans trimmed with booking=booking.events_display %} Are you sure you want to confirm booking "{{ booking }}"? {% endblocktrans %}
{% trans "However, since you are an administrator, you can choose to confirm it anyway." %}