{% load compress staticfiles hc_extras %}
{% block title %}{% site_name %} - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail{% endblock %}
{% block description %}
{% endblock %} {% block keywords %}
{% endblock %}
{% compress css %}
{% endcompress %} {% debug_warning %}
Toggle navigation
{% if request.user.is_authenticated %}
{% else %}
{% endif %}
{% if request.user.is_authenticated %}
Checks
Integrations
{% endif %} {% if show_pricing %}
Pricing
{% endif %}
Docs
{% if request.user.is_authenticated %}
{% if check %} {{ check.user.profile }} {% else %} {{ request.team }} {% endif %}
{% with teams=request.get_teams %} {% if teams %}
{{ request.user.profile }}
Checks
{% endif %}
Account Settings
{% for team in teams %}
{{ team }}
Checks
{% endfor %}
Log Out
{% endwith %}
{% elif page != "login" %}
Sign In
{% endif %} {% if show_search %}
{% endif %}
{% block containers %}
{% block content %}{% endblock %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}