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


{% site_name %} will send reports and ongoing reminders 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 0%} {% endif %}


{% if status == "info" %} {% endif %}
{% endblock %}