{% extends "events/base-wide.html" %} {% load perm_tags %} {% load event_tags %} {% load tagging_tags %} {% load base_filters %} {% load base_tags %} {% load category_tags %} {% load humanize %} {% load meta_tags %} {% block title %}{{ block.super }}{{ event.get_title }}{% endblock %} {% block meta_description %}{{ event.get_description }}{% endblock %} {% block meta_keywords %}{{ event.get_keywords }}{% endblock %} {% block meta_canonical_url %}{% endblock %} {% block extra_head %} {% meta_og_image event "image" %} {% meta_og_image event "description" %} {{ block.super }} {% endblock %} {% block content %} {% has_perm user events.change_event as can_edit %}
{{ event.place.name }}
{% if event.place.virtual %}
{% include 'events/include/display_virtual.html' %}
{% else %}
{{ event.place.address }}
{{ event.place.city_state|join:", "}} {{ event.place.zip }}
{% if event.place.county %}
{{ event.place.county }}
{% endif %}
{{ event.place.country }}
{% endif %}
{% if event.place.national %}
{% include 'events/include/display_national.html' %}
{% endif %}
{{ organizer.name }}
Price | {{ SITE_GLOBAL_CURRENCYSYMBOL }}{{ addon.price }} |
{% trans 'Options' %} | {% for op in addon.options.all %} {{ op.title }}{% if not forloop.last%}, {% endif %} {% endfor %} |
{{ span.start_dt|date:"D, N j, Y" }}
{% if not forloop.last %} and {% endif %} {% else %}{{ span.start_dt|date:"D, M. j" }}
-{{ span.end_dt|date:"D, M. j, Y" }}
{% if not forloop.last %} and {% endif %} {% endif %} {% endfor %}
{% if not event.all_day %}
{{ event.start_dt|date:"P" }} - {{ event.end_dt|date:"P" }}{% endif %}
{% if not event.all_day %}
{{ event.timezone.zone|timezone_label }}
{{ event.place.name }}
{% if event.place.virtual %}
{% include 'events/include/display_virtual.html' %}
{% else %}
{{ event.place.address }}
{{ event.place.city_state|join:", "}} {{ event.place.zip }}
{% if event.place.county %}
{{ event.place.county }}
{% endif %}
{{ event.place.country }}
{% endif %}
{% if event.place.national %}
{% include 'events/include/display_national.html' %}
{% endif %}
{% fb_like_button_iframe the_url %}
{% include 'social_media/icons.html' %}