{% load i18n %} {% block cell-content %} {% if cell.title %}
{{ event.start_datetime|time }} - {{ event.end_datetime|time }} {{ event.label }} {% if cell.booking_form_slug and not event.disabled %} {% trans "Book" context "book an event" %} {% elif event.full %} {% trans "Full" context "book an event" %} {% endif %} {% if event.description %} {% trans "Details" %} {% endif %}
{% if event.description %}{{ event.description|linebreaksbr }}
{% if event.pricing or event.url %}