{{ event.city }}
{{ event.start|date:"D, d N Y H:i" }}
{% if event.end %}{{ event.end|date:"D, d N Y H:i" }}
{% endif %}{{ event.booking_close|date:"D, d N Y H:i" }}
{% endif %} {% if event.choices_close %}{{ event.choices_close|date:"D, d N Y H:i" }}
{% endif %}
{{ price|default:"Free" }} {% if event.price_currency and price %}({{event.price_currency}}){% endif %}
{% endif %}{{event.location_name}}
{% endif %} {% if event.location_address %}
{{event.location_address}}{% endif %} {% if event.description %}
{{event.description}}{% endif %}