{% extends "base.html" %} {% load thumbnail short_codes txrx_tags %} {% block title %}{{ event }}{% endblock %} {% block header %}{% endblock %} {% block fb_title %}{{ event }} at {{ settings.SITE_NAME }}{% endblock %} {% block fb_description %}{{ event.description|implosivo|escape }}{% endblock %} {% block main %}

{{ event }} {% if request.user.is_superuser %} {% endif %}

{% include "widgets/thing_slideshow.html" with thing=event %}
{{ event.description|explosivo }}
{% if event.rsvp_cutoff %}
{{ event.verbose_rsvp_cutoff }}
{% endif %} {% comment %} {% if event.non_custom_repeats %}

This event repeats:

This is schedule may change at any time and exceptions may be made for holliday and illness. Be sure to check back here for exact times.

{% endif %} {% endcomment %}
{% endblock %}