{% extends "base.html" %} {% load webpush_notifications %} {% load webpush_notifications %} {% load utils %} {% load crispy_forms_filters %} {% load i18n %} {% block title %} {% translate "Settings" %} {% endblock %} {% block html_head %} {% webpush_header %} {% endblock %} {% block content %}
{% translate "You can configure whether you want to receive notifications for the following occasions:" %}
{% 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 %}