{% extends "cms/home.html" %} {% load crispy_forms_tags i18n sekizai_tags static %} {% block title %}{% trans "Partner Information Required" %}{% 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 }} |
{% blocktrans %} One or more events that you are registering for require a partner. Please select or enter the name of the dance partner for each person registering. {% endblocktrans %}
{% endblock %} {% addtoblock "js" %} {% endaddtoblock %} {% endblock %}