{% extends "base.html" %} {% load compress static hc_extras %} {% block title %}{{ num_down|num_down_title }}{% endblock %} {% block content %}
{% if tags %}
{% for tag, status in tags %}
{{ tag }}
{% endfor %}
{% endif %}
{% if checks %} {% include "front/my_checks_desktop.html" %} {% else %}
You don't have any checks yet.
{% endif %}
{% 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, please upgrade your account!
{% endif %}
{% include "front/update_name_modal.html" %} {% include "front/update_timeout_modal.html" %} {% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}