{% 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.eventRegistration.dropIn %}{% trans "DROP IN" %}: {% endif %}{{ item.eventRegistration.event.name }}{% if item.eventRegistration.role %} - {{ item.eventRegistration.role.name }}{% endif %} | {% else %}{{ item.description }} | {% endif %}{{ currencySymbol }}{{ item.grossTotal|floatformat:2 }} |
{% trans "Free Add-On" %}: {{ addon }} | ||
{% trans "Discount Code Applied" %}: {{ code.0 }} | -{{ currencySymbol }}{{ code.2|floatformat:2 }} | |
{% trans "Voucher" %}: {{ voucher.voucherName }} ({{ voucher.voucherId }}) | -{{ currencySymbol }}{{ voucher.voucherAmount|floatformat:2 }} | |
{% trans "Taxes" %} | {{ currencySymbol }}{{ invoice.taxes|floatformat:2 }} | |
---|---|---|
{% trans "Voucher" %}: {{ voucher.voucherName }} ({{ voucher.voucherId }}) | -{{ currencySymbol }}{{ voucher.voucherAmount|floatformat:2 }} | |
{% trans "Subtotal" %}: | {{ currencySymbol }}{{ invoice.outstandingBalance|floatformat:2 }} |