{% load i18n %}
{{ post.title|safe }}
{% if event.description %}
{{ event.description|safe }}
{% endif %} {% if post.where %}
{% trans "Location" %}: {{ post.where }} | {% trans "Sorry, this location cannot be found" %}{% trans "View map" %}
{% endif %}