{% 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:


Time zone:


{% site_name %} will send reports to {{ profile.user.email }}, between 9:00 and 11:00 in your selected time zone.

{% if profile.next_report_date %}

{% timezone profile.tz %} Next {{ profile.reports }} report date is {{ profile.next_report_date|date:"F j, Y" }}. {% endtimezone 0%}

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