{% 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 head %}{% endblock %} {% compress css %}
{% endcompress %} {% debug_warning %}
Toggle navigation
{% if request.user.is_authenticated and project %} {{ project }}
{% elif request.user.is_authenticated%}
{% 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 %}
Projects
{% for project in request.profile.annotated_projects %}
{{ project }}
{% if project.n_down %}
{{ project.n_down }}
{% endif %}
{% endfor %}
{{ request.user.email }}
Account Settings
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 scripts %} {% compress js %} {% endcompress %} {% endblock %}