{% extends "core/settings/settings_base.html" %} {% load crispy_forms_filters %} {% load i18n %} {% load webpush_notifications %} {% block html_head %} {% webpush_header %} {% endblock %} {% block settings_content %}

{% translate "Notifications" %}

{% translate "You can configure whether you want to receive notifications for the following occasions:" %}

{% csrf_token %} {{ form|crispy }}

{% translate "Push notifications" %}

{% translate "You can manage the occasions you want to receive push notificaions for above. You can manage if you want to receive push notifications on this device at all below." %}

{% webpush_button with_class="btn btn-sm btn-outline-primary" %} {% endblock %}