{% extends "terminusgps_payments/layout.html" %} {% partialdef main %}

{{ response.subscription.name }}

${{ response.subscription.amount|floatformat:'2g' }} every {{ response.subscription.paymentSchedule.interval.length }} {{ response.subscription.paymentSchedule.interval.unit }}

{% if response.subscription.paymentSchedule.trialOccurrences != 0 %}

${{ response.subscription.trialAmount|floatformat:'2g' }}

{% else %} {% endif %}
{% if response.subscription.arbTransactions %}
{% for t in response.subscription.arbTransactions %}
{{ t.responseDescription }}
{% endfor %}
{% endif %} {% endpartialdef main %} {% block content %} {% partial main %} {% endblock content %}