{% extends "cms/home.html" %} {% load cms_tags danceschool_tags sekizai_tags static i18n %} {% block content %} {% page_url 'directions' as directions_url %} {% page_url 'calendar' as calendar_url %}
{% blocktrans %}Our upcoming classes have not yet been posted, but don't worry, they will be posted here soon! Check back soon for more information.{% endblocktrans %}
{% if calendar_url %}{% blocktrans %}In the meantime, check out our calendar for more information about our past and current classes.
{% endblocktrans %}{% endif %} {% elif not allSeries and not categorySeparateSeries %}{% blocktrans %}Our upcoming classes have not yet been posted, but don't worry, they will be posted here soon! Check back soon for more information.{% endblocktrans %}
{% if calendar_url %}{% blocktrans %}In the meantime, check out our calendar for more information about our past and current classes.
{% endblocktrans %}{% endif %} {% endif %} {% endblock %} {% if allSeries or allEvents %} {% block registration_form %} {% endblock %} {% endif %}