{% extends "base.html" %} {% load compress hc_extras static tz %} {% block title %}Account Settings - {{ site_name }}{% endblock %} {% block content %}

Settings {{ request.user.email }}

{% csrf_token %}

Email Reports

Periodic email reports:


Ongoing reminders if any checks are down:


Reports will be delivered to {{ profile.user.email }}.
{% if profile.next_report_date %} {% timezone profile.tz %} Next {{ profile.reports }} report date is {{ profile.next_report_date|date:"F j, Y" }}. {% endtimezone %} {% endif %}


{% if status == "info" %} {% endif %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}