{% extends 'wafer/base.html' %} {% load crispy_forms_tags %} {% block content %}

Combine Invoices

You can combine invoices from multiple attendees (including yourself, if desired) into a single invoice, to be paid together. To do this, you need the shared URL for each invoice.

Invoices to be combined:

{% crispy form %}
{% crispy formset formset.form.helper %}
{% endblock %} {% block extra_foot %} {% endblock %}