{% extends "cms/admin_home.html" %} {% load danceschool_tags thumbnail i18n %} {% block content %}
{% trans "Month" %} | {% trans "Series Name" %} | {% trans "Teaching Partner" %} | {% trans "Location" %} | {% trans "Class Time" %} | {% trans "Students Registered" %} |
{{ series.month|readable_month }} {{ series.year }} | {{ series.classDescription.title }} | {% for this_instructor in series.teachers %} {% if this_instructor.fullName != instructor.fullName %} {{ this_instructor.fullName }} {% endif %} {% endfor %} | {{ series.location.name }} | {{ series.startTime|date:'l, h:i A' }} | {{ series.numRegistered }} |
{% trans "Month" %} | {% trans "Series Name" %} | {% trans "Teaching Partner" %} | {% trans "Location" %} | {% trans "Class Time" %} | {% trans "Students Registered" %} |
{{ series.month|readable_month }} {{ series.year }} | {{ series.classDescription.title }} | {% for this_instructor in series.teachers %} {% if this_instructor.fullName != instructor.fullName %} {{ this_instructor.fullName }} {% endif %} {% endfor %} | {{ series.location.name }} | {{ series.startTime|date:'l, h:i A' }} | {{ series.numRegistered }} |