Subscribe

Item Price
One-time Set-up Fee ${{ setup_fee|floatformat:"2g" }}
First Month of Service ${{ customer.subtotal|floatformat:"2g" }}
{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %} {% 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 }}

Due Today: ${{ total|floatformat:"2g" }}