{% extends "base.html" %} {% load i18n %} {% block title %} {% if booking and booking.id %} {% trans "Booking" %} {{ booking.id }}: {{ booking.get_title }} {% endif %} {% endblock %} {% block page-title %} {% if booking and booking.id %} {% include "booking_star.html" %} {% trans "Booking" %} {{ booking.id }}: {{ booking.get_title }} {% if booking.is_closed %}({% trans "closed" %}){% endif %} {% else %} {{ date }}, {{ page_title }} {% endif %} {% endblock %} {% block sub-navigation %}