{% extends "base.html" %} {% load compress static hc_extras %} {% block title %}{{ num_down|num_down_title }}{% endblock %} {% block content %} {% if checks %}
{% for tag, status in tags %}
{{ tag }}
{% endfor %}
{% endif %}
{% if checks %} {% include "front/my_checks_desktop.html" %} {% else %}
The project {{ project }} does not have any checks yet.
{% endif %}
{% if rw %}
{% if num_available > 0 %}
{% csrf_token %}
{% if num_available <= 10 %}
({{ checks|length }} in use, {{ num_available }} available)
{% endif %} {% else %}
Check limit reached. To add more checks in this project, please {% if request.user == project.owner %} upgrade your account! {% else %} ask {{ project.owner.email }} to upgrade their account! {% endif %}
{% endif %}
{% endif %} {% include "front/update_name_modal.html" %} {% include "front/update_timeout_modal.html" %} {% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}