{% extends 'crm/base.html' %} {% load static %} {% block title %} Plans {% endblock title %} {% block body %}
Available Plans
{% for plan in plans %}

{{ plan.title }}

{{ plan.note }}

${{ plan.plan_cost }}.00

{% if plan.trial_days %} {{ plan.trial_days }} Day{{ plan.trial_days|pluralize }}. {% else %} Monthly{% endif %}

{{ plan.talktime }} Talktime
{{ plan.sms }} SMS
{{ plan.mms }} MMS
{{ plan.email }} Email
Social Media
{{ plan.phones }} Phone Numbers

{% if plan.recurring %}Subscribe{% else%} Choose plan {%endif %} and start launching campaigns {% if plan.package_type_after_trial %}
After {{ plan.trial_days }} day{{ plan.trial_days|pluralize }} you will be switched to {{ plan.package_type_after_trial }} automatically. You can cancel your subscription anytime. {% endif %}

{% endfor %}
{% block Modal %} {#
#} {#
#} {# #} {#
#} {# {% csrf_token %}#} {#
#} {# #} {#
#} {# #} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {# #} {#
#} {#
#} {#
#} {# #} {#
#} {# #} {#
#} {#
#} {#
#} {# #} {#
#} {# #} {#
#} {#
#} {##} {#
#} {##} {# #} {##} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {# #} {##} {#
#} {#
#} {% include 'crm/marketing/campaigns/includes/numbers/buy-numbers-with-plan-modal.html' %} {% endblock Modal %} {% endblock body %} {% block extra_js %} {% endblock extra_js %}