{% extends 'base.html' %} {% block content %} {% from '_helpers.html' import render_field, render_button %} {% from '_common_fields.html' import notification_part_render_common_settings_form %}
{{ _('These notifications apply to all web page watches, or you can configure them per group or per watch separately.') }}

{{ notification_part_render_common_settings_form(form, emailprefix, settings_application, extra_notification_token_placeholder_info) }}
{{ render_field(form.base_url, class="m-d") }} {{ _('Base URL used for the') }} {{ '{{ base_url }}' }} {{ _('token in notification links.') }}
{{ _('Default value is the system environment variable') }} 'BASE_URL' - {{ _('read more here') }}.
{{ render_button(form.save_button) }} {{ _('Back to settings') }}
{% endblock %}