{% 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 | {% with num_checks=profile.num_checks_used %}= profile.check_limit %} class="at-limit" {% endif %}> {{ num_checks }} of {{ profile.check_limit }} | {% endwith %}
loading…
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 %}