{% load compress i18n static hc_extras %}
{% block title %}{% blocktrans trimmed %}{{ site_name }} - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail{% endblocktrans %}{% endblock %}
{% block description %}
{% endblock %} {% block keywords %}
{% endblock %}
{% if request.user.is_authenticated and request.profile.theme == 'dark' %}
{% endif %}
{% block head %}{% endblock %} {% compress css %}
{% endcompress %} {% debug_warning %}
{% trans "Toggle navigation" %}
{% if request.user.is_authenticated and project %} {{ project }}
{% else %}
{% endif %}
{% if project %}
{% trans "Checks" %}
{% with b=project.have_channel_issues %}
{% trans "Integrations" %} {% if b %}
{% endif %}
{% endwith %}
{% trans "Badges" %}
{% trans "Settings" %}
{% endif %}
{% if show_pricing %}
{% if project %}
{% trans "Pricing" %}
{% else %}
{% trans "Pricing" %}
{% endif %}
{% endif %}
{% trans "Docs" %}
{% if request.user.is_authenticated %}
{% trans "Account" %}
{% if request.user.is_superuser %}
{% trans "Site Administration" %}
{% endif %}
{% trans "Projects" %}
{% for project in request.profile.annotated_projects %}
{{ project }}
{% if project.n_down %}
{{ project.n_down }}
{% endif %}
{% endfor %}
{{ request.user.email }}
{% trans "Account Settings" %}
{% trans "Log Out" %}
{% elif page != "login" %}
{% trans "Sign In" %}
{% endif %} {% if registration_open %} {% if page == "welcome" or page == "login" %}
{% trans "Sign Up" %}
{% endif %} {% endif %}
{% block containers %}
{% block content %}{% endblock %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}