{% load i18n %} {% if booking %} {{ booking.get_title }}


{{ booking.get_description|truncatewords:40 }}

{% endif %}
{% trans "Created" %}: {{ booking.created }}, {% trans "by" %} {{ booking.created_by }}
{% trans "Updated" %}: {{ booking.updated }}, {% trans "by" %} {{ booking.updated_by }}