{% load danceschool_tags cms_tags i18n %}
{% if instance.title %}

{{ instance.title }}

{% endif %} {% endif %}
  • {{ event.month|readable_month }} {% if instance.eventType == 'S' %}{% trans "Classes" %}{% else %}{% trans "Events" %}{% endif %}

  • {% endif %} {% empty %}
  • {% trans "Nothing posted yet. Check back soon!" %}
  • {% endfor %}

    {% page_url 'calendar' as calendar_url %} {% url 'registration' as registration_url %} {% if calendar_url %} {% trans "View Calendar" %}{% if registration_url %} /{% endif %}{% endif %} {% if registration_url %}{% trans "Register Now" %} »{% endif %}