{% load typogrify_tags tango_time_tags %}
{% ifchanged object.start_date %} {% with object.start_date as d %} {% format_time d object.start_time 'datebox' 'dtstart' %} {% endwith %} {% if object.end_date and object.start_date != object.end_date %} - {% format_time object.end_date object.end_time 'datebox' 'dtend' %} {% endif %} {% else %} {{ object.start_date }} {% endifchanged %}
{% if event.subhead %}

{{ event.subhead|typogrify }}

{% endif %}

{{ object.name }}

{% if object.start_time %} {{ object.start_time }} {% if object.end_time %} to {{ object.end_time }}{% endif %} {% endif %}
{% if object.venue %}

{{ object.venue }}

{% endif %} {% if object.address %} {{ object.address }}, {% endif %} {{ object.city }} {{ object.state }} {% if object.phone %}{{ object.phone }}{% endif %}
{% if not object.ended %} {% if object_list %}

{{ object.info|striptags|truncatewords:"50" }}

{% else %} {{ object.info_formatted|typogrify }} {% endif %} {% endif %}