{% load compress static hc_extras %}
{% block title %}{{ site_name }} - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail{% endblock %}
{% block description %}
{% endblock %} {% block keywords %}
{% endblock %}
{% block favicon %}
{% endblock %}
{% block head %}{% endblock %} {% compress css %}
{% endcompress %} {% debug_warning %} {% if request.user.is_authenticated and request.profile.deletion_scheduled_date %}
Warning: Your account is scheduled for deletion on {{ request.profile.deletion_scheduled_date.date }}.
Contact support
to resolve.
{% endif %}
Toggle navigation
{% if request.user.is_authenticated and project %}
{{ project }}
All Projects
New Project…
{% else %}
{% endif %}
{% if project %}
Checks
{% with b=project.have_channel_issues %}
Integrations {% if b %}
{% endif %}
{% endwith %}
Badges
Settings
{% endif %}
{% if show_pricing %}
{% if project %}
Pricing
{% else %}
Pricing
{% endif %}
{% endif %}
Docs
{% if request.user.is_authenticated %}
Account
{% if request.user.is_superuser %}
Site Administration
{% endif %}
{{ request.user.email }}
Account Settings
{% csrf_token %}
Log Out
{% elif page != "login" %}
Sign In
{% endif %} {% if registration_open %} {% if page == "welcome" or page == "login" %}
Sign Up
{% endif %} {% endif %}
{% block containers %}
{% block content %}{% endblock %}
{% endblock %} {% block base_modals %}{% endblock %} {% if request.user.is_authenticated and request.profile.theme == 'system' %} {% endif %} {% block base_scripts %} {% compress js %} {% endcompress %} {% endblock %} {% block scripts %}{% endblock %}