Terminus GPS Notifications Subscription: ${{ customer.subtotal }}/mo

One-time setup fee: ${{ setup_fee }}

Today you pay: ${{ total }}

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

{{ form.payment_profile.help_text }}

{% if form.payment_profile.errors %}
{{ form.payment_profile.errors }}
{% endif %}
{{ form.address_profile }}

{{ form.address_profile.help_text }}

{% if form.address_profile.errors %}
{{ form.address_profile.errors }}
{% endif %}
{{ form.consent }}