Subscription Test Interface
{% for plan in subscription_plans %}
{{ plan.name }}
{{ plan.description }}
{{ plan.currency }} {{ plan.price }}/{{ plan.billing_period }}
Max. Sites: {{ plan.max_sites }}
Max. Events: {{ plan.max_events }}
Select
{% endfor %}
Test Cards
Card Number
Description
{% for card in test_cards.success %}
{{ card.number }}
{{ card.description }}
{% endfor %} {% for card in test_cards.authentication_required %}
{{ card.number }}
{{ card.description }}
{% endfor %} {% for card in test_cards.decline %}
{{ card.number }}
{{ card.description }}
{% endfor %}
Subscribe