{% extends 'prefs.html' %} {% from 'include/panel.html' import panel %} {% from 'include/widget.html' import maxage_dropdown %} {% set active_panelid='notification' %} {% block panel %} {% include 'message.html' %} {% call panel(title=_("Notification settings")) %}
{% trans %}Notification sent to{% endtrans %} {% trans %}To receive notification, configure your email address in your profile.{% endtrans %}
{% endcall %} {# Report config #} {% call panel(title=_("Report"), description=_("Configure how often you want to receive a backup report in your mailbox.")) %}
{{ report_form }}
{% endcall %} {# Notification config #} {% call panel(title=_("Notification"), description=_("Configure when you will be notified if your backup is inactive.")) %}
{{ notification_form }}
{% endcall %} {% endblock %}