{% extends "base_project.html" %} {% load compress static hc_extras %} {% block title %}{{ num_down|num_down_title }}{% endblock %} {% block favicon %} {% if num_down %} {% else %} {% endif %} {% endblock %} {% block content %} {% if num_available < 0 %}
{% if request.user == project.owner %} Your account is currently over its check limit. Please upgrade, or reduce the number of checks in your account. {% else %} The account {{ project.owner.email }} is currently over its check limit. Please ask {{ project.owner.email }} to upgrade their account. {% endif %} Accounts that remain over the limit for more than 30 days are scheduled for deletion.
Project's Owner: | {{ project.owner.email }} |
---|---|
Current Plan: | {% if project.owner.subscription and project.owner.subscription.plan_name %} {{ project.owner.subscription.plan_name }} {% else %} Hobbyist (free) {% endif %} |
Checks Used: | {{ project.owner.profile.num_checks_used }} of {{ project.owner.profile.check_limit }} |