{% extends 'generic/_base.html' %} {% load form_helpers static %} {% block title %}Preferences{% endblock %} {% block head %}{{ block.super }}{% endblock %} {% block content %}

Global defaults and processing schedules. Configure notification destinations and delivery rules in Alerts Configuration.

{% csrf_token %}{{ form.non_field_errors }} {% for title,fields in sections %}

{{ title }}

{% for field in fields %}{% render_field field %}{% endfor %}
{% endfor %}

Last successful scheduled health scan: {{ preferences.last_health_scan|default:"Not yet run" }}

Last successful alert evaluation: {{ preferences.last_alert_evaluation|default:"Not yet run" }}

{% endblock %}