{% load i18n %}
{% trans "When:" %} {{ display_month }} {{ day }}, {{ event.l_start_date|time:CALENDAR_TIME_FORMAT }} - {{ event.l_end_date|time:CALENDAR_TIME_FORMAT }}
{% if event.location.exists %}{% trans "Where:" %} {% for l in event.location.all %} {{ l.name }} {% endfor %}
{% endif %} {% if event.description %}{% trans "Description:" %} {% if event.description|length > 105 %} {{ event.description|truncatechars:100 }}… {% else %} {{ event.description }} {% endif %}
{% endif %}