|
{% if booking.is_closed %}{{ booking.day.date|date }}{% else %}{{ form.date }}{% endif %} {% trans 'Start' %} / {% trans 'End' %}: {% if booking.is_closed %}{{ booking.start_time }} {{ booking.end_time }}{% else %}{{ form.from_time }} {{ form.to_time }} {% trans 'e.g. 08:30' %}{% endif %} |
|
{% if booking.is_closed %}{{ booking.duration|format_minutes_to_time }}{% else %}{{ form.hours }} {{ form.minutes }} {% trans 'hours' %} / {% trans 'minutes' %}{% endif %} |
|
{% if booking.is_closed %}{{ booking.location }}{% else %}{{ form.location }}{% endif %} |