{% extends "agenda/event_list.html" %} {% load mezzanine_tags comment_tags keyword_tags rating_tags i18n future disqus_tags event_tags %} {% block meta_title %}{{ event.meta_title }}{% endblock %} {% block meta_keywords %}{% metablock %} {% keywords_for event as tags %} {% for tag in tags %}{% if not forloop.first %}, {% endif %}{{ tag }}{% endfor %} {% endmetablock %}{% endblock %} {% block meta_description %}{% metablock %} {{ event.description }} {% endmetablock %}{% endblock %} {% block title %} {% editable event.title %}{{ event.title }}{% endeditable %} {% endblock %} {% block breadcrumb_menu %} {{ block.super }}
  • {{ event.title }}
  • {% endblock %} {% block main %} {% block event_detail_postedby %} {% editable event.start event.end event.location %}
    {{ event.start }} {% if event.end %} {% trans "-" %} {{ event.end }} {% endif %} {% if event.location %} {% trans "at" %} {{ event.location }} {% endif %}
    {% endeditable %} {% endblock %} {% block event_detail_commentlink %}

    {% if event.allow_comments %} {% if settings.COMMENTS_DISQUS_SHORTNAME %} ({% spaceless %} {% trans "Comments" %} {% endspaceless %}) {% else %}({% spaceless %} {% blocktrans count comments_count=event.comments_count %}{{ comments_count }} comment{% plural %}{{ comments_count }} comments{% endblocktrans %} {% endspaceless %}) {% endif %} {% endif %}

    {% endblock %} {% block event_detail_calendar %}

    Add to Google Calendar Add to Outlook/iCal

    {% endblock %} {% block event_detail_featured_image %} {% if settings.EVENT_USE_FEATURED_IMAGE and event.featured_image %}

    {% endif %} {% endblock %} {% if settings.COMMENTS_DISQUS_SHORTNAME %} {% include "generic/includes/disqus_counts.html" %} {% endif %} {% block event_detail_content %} {% editable event.content %} {{ event.content|richtext_filters|safe }} {% endeditable %} {% endblock %} {% if event.location %} {% block event_detail_location %} {% editable event.location %}

    {{ event.location.address|linebreaksbr }}
    Get Directions

    {% google_static_map event 621 250 10 %}
    {% endeditable %} {% endblock %} {% endif %} {% block event_detail_keywords %} {% keywords_for event as tags %} {% if tags %} {% spaceless %} {% endspaceless %} {% endif %} {% endblock %} {% block event_detail_rating %}
    {% rating_for event %}
    {% endblock %} {% block event_detail_sharebuttons %} {% set_short_url_for event %} {% trans "Share on Twitter" %} {% trans "Share on Facebook" %} {% endblock %} {% block event_previous_next %} {% endblock %} {% block event_detail_comments %} {% if event.allow_comments %}{% comments_for event %}{% endif %} {% endblock %} {% endblock %}