{% extends "cms/home.html" %} {% load crispy_forms_tags i18n %} {% block title %}{% trans "Classes" %}{% endblock %} {% block body_id %}classes{% endblock %} {% block content %} {% block summary %}
| {% if item.dropIn %}{% trans "DROP IN" %}: {% endif %}{{ item.event.name }}{% if item.role %} - {{ item.role.name }}{% endif %} | {{ currencySymbol }}{{ item.price|floatformat:2 }} |
| {% trans "Subtotal before discounts:" %} | {{ currencySymbol }}{{ subtotal|floatformat:2 }} |
|---|