{% load i18n %}

{{ event.start|date }}

{{ event }} {% if event.get_free_seats < 1 %}{% trans "Fully booked." %}{% endif %}

{{ event.description }}