Subtotal

${{ customer.subtotal }}

Tax

${{ customer.tax }}

Grand Total

${{ customer.grand_total }}

{% csrf_token %}
{{ form.payment_profile }}

{{ form.payment_profile.help_text }}

{{ form.payment_profile.errors }}
{{ form.address_profile }}

{{ form.address_profile.help_text }}

{{ form.address_profile.errors }}
{{ form.consent }}