{% extends 'prefs.html' %} {% from 'include/panel.html' import panel %} {% from 'include/widget.html' import maxage_dropdown %} {% set active_panelid='notification' %} {% block panel %}

{% trans %}Notification settings{% endtrans %}

{% include 'message.html' %}

{% trans %}Send notification for the following repositories:{% endtrans %}

{{ form }}
{% endblock %}