{% extends 'users/dashboard.html' %} {% block sectiontitle %}
You are a {{ config.SERVICE_NAME }} {{ config.UPGRADED_PLAN_NAME }} user.
{% if sub.cancel_at_period_end %}You've cancelled your subscription and it is ending on {{ sub.current_period_end }}.
Your subscription will automatically renew on {{ sub.current_period_end }}.
|
••••{{ card.last4 }} | {{ card.exp_month }}/{{ card.exp_year }} | |
{% if card.default %}
{% else %} {% endif %} Number: ••••{{ card.last4 }} Type: {{ card.brand }} {{ card.funding }} card Origin: {{ card.country }} CVC Check: {% if card.cvc_check == "pass" %}Passed {% elif card.cvc_check == "fail" %}Failed {% else %}Unknown {% endif %} |
We couldn't find any active cards in your wallet. Please make sure to add a card by {{ sub.current_period_end }} or your subscription won't renew.
{% endif %} {% include "users/card.html" %}{{ invoice.date|epoch_to_date }} | {{ invoice.id }} | ${{ invoice.total/100 }} | {% if invoice.paid %}Paid{% else %}Unpaid{% endif %} | View Details |