{% extends "cms/home.html" %} {% load cms_tags danceschool_tags sekizai_tags thumbnail i18n %} {% block title %} {% blocktrans with month=seriesset.0.month|readable_month year=seriesset.0.year title=seriesset.0.classDescription.title %} {{ month }} {{ year }} Class Series - {{ title }} {% endblocktrans %} {% endblock %} {% block meta_title %} {% blocktrans with month=seriesset.0.month|readable_month year=seriesset.0.year title=seriesset.0.classDescription.title %} {{ month }} {{ year }} Class Series - {{ title }} {% endblocktrans %} {% endblock %} {% block meta_description %} {% blocktrans with month=seriesset.0.month|readable_month year=seriesset.0.year title=seriesset.0.classDescription.title startDate=seriesset.0.startTime|date:'l, F jS' location=seriesset.0.location %} Learn more through our {{ month }} {{ year }} class, {{ title }}. Classes begin {{ startDate }} at {{ location }}. {% endblocktrans %} {% endblock %} {% block facebook_og_description %} {% blocktrans with month=seriesset.0.month|readable_month year=seriesset.0.year title=seriesset.0.classDescription.title startDate=seriesset.0.startTime|date:'l, F jS' location=seriesset.0.location %} Learn more through our {{ month }} {{ year }} class, {{ title }}. Classes begin {{ startDate }} at {{ location }}. {% endblocktrans %} {% endblock %} {% block body_id %}classes{% endblock %} {% block content %}
{% trans "Class Schedule" %}:
{% for class in series.eventoccurrence_set.all reversed %}
{{ class.startTime|date:'F j, h:i' }} - {{ class.endTime|date:'h:i A' }}
{% endfor %}
{{ series.location.name }}{% if series.room.name %} - {{ series.room.name }}{% endif %}
{{ series.location.address }}
{{ series.location.city }}, {{ series.location.state }} {{ series.location.zip }}
{% trans "More Info" %}
{% trans "Pricing" %}: {{ series.pricingTier.name }}
{% endif %}{% render_model seriesset.0.classDescription "description" "" "" "safe" %}