{% extends "djstripe/base.html" %} {% block title %}Accounts Dashboard{% endblock title %} {% block content %} {{ block.super }}
Credit Card on file. Show Card
Next billed on {{ subscription.current_period_end|date }}.
You can change your plan or cancel your subscription.
{% else %}You can subscribe.
{% endif %}Or consult your payment history.
{% if plans %} {# Show available plans #}Plan | Interval | Description | |
---|---|---|---|
{{ plan.name }} | {{ plan.interval.title }}ly | {{ plan.description }} | {% if plan.plan == subscription.plan and subscription.status != subscription.STATUS_CANCELLED %} Your plan {% else %} Not your plan {% endif %} |