{% extends "base.html" %} {% load i18n placeholder_tags simple_translation_tags %} {% load url from future %} {% block main %} {% with event|get_preferred_translation_from_request:request as event_title %} {% trans "Back to Events" %}

{{ event_title.title }}

{{ event_title.description }}

{% with event.placeholders|choose_placeholder:"content" as content %} {% render_placeholder content %} {% endwith %} {% endwith %} {% endblock %}