{% extends 'prefs.html' %}
{% from 'include/panel.html' import panel %}
{% 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.")) %}
{% endcall %}
{# Notification config #}
{% call panel(title=_("Notification"), description=_("Configure when you will be notified if your backup is inactive.")) %}