{% load humanize %} {# requires variables: object, include_date #}
{# This gets the styling for the automatic layout#}
{% if object.image %}{% endif %}

{% if include_date %}{{ object.start_time|naturalday:"n-j-Y"|capfirst }} @{% endif %} {{ object.start_time|date:"P" }}

{% if object.location_name %}

{{ object.location_name }}

{% endif %}

{% if object.parsable_address %}{{ object.street_address }}, {{ object.city }}, {{ object.state }} {{ object.zipcode }}{% else %}{{ object.raw_location }}{% endif %}