{% load i18n %}
  • {% if event.main_list_full %}{% trans "Full" %}{% endif %} {% if settings_view %} {% if event.label %}{{ event.label }} {% endif %}[{% trans "identifier:" %} {{ event.slug }}] {% else %} {% if event.label %}{{ event.label }} / {% endif %} {% endif %} {{ event.start_datetime }} ( {% if event.places %} {% blocktrans with places=event.places booked_places=event.booked_places_count %}{{ places }} places, {{ booked_places }} booked places{% endblocktrans %} {% endif %} {% if event.places and event.waiting_list_places %} / {% endif %} {% if event.waiting_list_places %} {% blocktrans with places=event.waiting_list_places waiting_places=event.waiting_list_count %} {{waiting_places}} on {{ places }} in waiting list {% endblocktrans %} {% endif %} ) {% if settings_view and event.publication_date %} ({% trans "publication date:" %} {{ event.publication_date }}) {% endif %} {% if not event.in_bookable_period %} ({% trans "out of bookable period" %}) {% endif %} {% if settings_view %}{% trans "remove" %}{% endif %}