{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}user-notifications{% endblock label %} {% block heading %}{% trans "Notification Settings" %}{% endblock heading %} {% block content %}
{% include "InvenTree/settings/setting.html" with key="NOTIFICATION_SEND_EMAILS" icon='fa-envelope' user_setting=True %}
{% endblock content %}