{% extends 'ccc/campaigns/base.html' %} {% load static i18n staticfiles %} {% block title %}Choose Plan{% endblock title %} {% block css %} {% endblock css %} {% block content %}

Plans Purchase Plan

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
{% endfor %}
{% include 'ccc/campaigns/buy_number_with_plan.modal.inc.html' %} {% endblock content %}