{% extends "base.html" %} {% load compress static 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 | {{ sub.plan_name|default:"Hobbyist" }} |
Next Payment | loading… |
Checks Used | = profile.check_limit %} class="at-limit" {% endif %}> {{ num_checks }} of {{ profile.check_limit }} |
Team Size | = profile.team_limit %} class="at-limit" {% endif %}> {{ team_size }} of {% if profile.team_limit == 500 %} unlimited {% else %} {{ team_max }} {% endif %} |
loading…
{% else %}Not set
{% endif %}Not set
{% endif %}{% if sub.send_invoices %} Send the invoice to {{ sub.invoice_email|default:request.user.email }} each time my payment method is successfully charged. {% else %} Do not email invoices to me. {% endif %}