{% extends "base.html" %} {% load compress staticfiles hc_extras %} {% block title %}Account Settings - {% site_name %}{% endblock %} {% block content %}
We're sorry! There was a problem setting up the subscription. Response from payment gateway:
{% for message in messages %} {% endfor %}Current Plan | {% if sub is None or sub.plan_id == "" %} Free {% else %} {% if sub.plan_id == "P5" or sub.plan_id == "Y48" %} Standard {% endif %} {% if sub.plan_id == "P50" or sub.plan_id == "Y480" %} Plus {% endif %} (${{ sub.price }}/{{ sub.period }}) {% endif %} |
Next Payment | loading… |
Checks Used | {{ num_checks }} of {% if sub.plan_id %} unlimited {% else %} {{ profile.check_limit }} {% endif %} |
Team Size | {{ team_size }} of {% if profile.team_limit == 500 %} unlimited {% else %} {{ team_max }} {% endif %} |
loading…
{% else %}Not set
{% endif %}Not set
{% endif %}