{% load humanize %} {# requires variables: object, include_date #}
{% if include_date %}{{ object.start_time|naturalday:"n-j-Y"|capfirst }} @{% endif %} {{ object.start_time|date:"P" }}
{{ object.location_name }}
{% endif %}{% if object.parsable_address %}{{ object.street_address }}, {{ object.city }}, {{ object.state }} {{ object.zipcode }}{% else %}{{ object.raw_location }}{% endif %}