{% extends 'crm/base.html' %} {% load static %} {% block title %} Billings {% endblock title %} {% block body %}
Billing details
{% csrf_token %}
Current plan
{% if package %}
Current Plan: {{ package.type.title }}
{% if package.type.package_type_after_trial %} Will be switched to {{ package.type.package_type_after_trial }} automatically on {{ customer.trial_end }} {% else %}
${{ package.type.cost}}
Plan renews monthly
{% endif %} {% else %}
No active plans.
{% endif %}

{{package.type.sms}}

SMS
{% if package %} {% else %} {% endif %}

Payment details

**** **** **** **** {{ card_last4 }}
{{ card_name|default:"Default Card" }}{{ expiration }}
{% csrf_token %}
{% if card_last4 and card_type %} {% else %} {% endif %}
{% if card_last4 and card_type %} {% else %} {% endif %}
{# #}
No charges will be made
Your data is SSL-secured
{% endblock body %} {% include 'crm/marketing/campaigns/includes/numbers/buy-numbers-modal.html' %} {% block extra_js %} {# #} {# #} {# #} {% endblock extra_js %}