{% extends 'admin/base.html' %} {% block _title %}{{ _('Notifications') }}{% endblock %} {% set notif_link = 'active' %} {% block _content %}

{{ _('Notifications') }}

{{ _('Configure notifications for new questions using') }} ntfy

{{ _('Server & Topic') }}

/

{{ _('Credentials') }} {{ _('(optional)') }}

{{ _('Set credentials if the topic is protected') }}

{{ _('Topic user') }}

{{ _('Topic password') }}

{% include 'snippets/admin/saveBtn.html' %}
{% endblock %} {% block _scripts %} {% endblock %}