{% extends 'ccc/campaigns/base.html' %} {% load tz static staticfiles %} {% block title %} Payments{% endblock title %} {% block css %} {% endblock css %} {% block content %}
XXXX-XXXX-XXXX-XXXX-{{ card_last4 }} ({{ card_type }})
{% else %}No card added. Purchase a plan now
{% endif %}{% if package %} {% if package.type.package_type_after_trial %} Will be switched to {{ package.type.package_type_after_trial }} automatically on {{ customer.trial_end }} {% else %} Plan renews monthly for $ {{ package.type.cost}} {% endif %} {% else %} You don't have any active plans. Purchase a plan now {% endif %}
You don't have any active plans. Purchase a plan now
Date | Source | TRX ID | Package | Cost |
---|---|---|---|---|
{{ payment.datetime|date }} | {{ payment.get_mode_display}} | {{ payment.payment_id|truncatechars:30}} | {{ payment.package.type.title }} | $ {{ payment.cost }} |