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

Settings {{ request.user.email }}

{% csrf_token %}

Email Reports

Send me monthly emails about:


If any checks are down:


Reports will be delivered to {{ profile.user.email }}.
{% if profile.next_report_date %} Next monthly report date is {{ profile.next_report_date.date }}. {% endif %}


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