{% extends "happenings/event_detail.html" %} {% load typogrify_tags social_tags event_tags humanize %} {% block extra_title %}Events: {{ event.name }}: {{ object.title }}{% endblock %} {% block bodyclass %}detail{% endblock %} {% block content %}
{% include "includes/top_assets.html" %}

{{ event.name }}

{{ object.title }}

{{ object.author.display_name }}

{{ object.update_formatted|typogrify }} {% paginate_update object %} View all comments {% include 'comments/inclusion/comments.html' %}

{% endblock %}