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

{% translate "Notifications" %}

{% translate "Activate push notifications on each device you want to receive them." %}

{# Not translated: webpush_button with_class="btn btn-sm btn-outline-primary" #}

{% translate "Notification occasions" %}

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

{% csrf_token %} {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
{{ field.label }}{{ choice }}
{% endblock %}