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

Settings

{% 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 %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}