{% 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 %}
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 %} {% else %}
Log In
{% endif %} {% if request.user.is_authenticated %}
{{ request.team }}
{% with teams=request.get_teams %} {% if teams %}
{{ request.user.profile }}
Checks
{% endif %}
Account Settings
{% for team in teams %}
{{ team }}
Checks
{% endfor %}
Log Out
{% endwith %}
{% endif %}
{% block containers %}
{% block content %}{% endblock %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}