{% if object.title %}

{{object.title|safe|amp|smartypants}}

{%endif%}
{% if object.location %}

{{object.location.name|smartypants|safe}}, {{object.location.state.name}}, {{object.location.state.country.name}}

{% endif %}

{{object.body_html|safe|smartypants}}
{% with object.get_next_published as next %} {% with object.get_previous_published as prev %} {%endwith%}{%endwith%}