{% include('ucp_header.html') %}

{{ TITLE }}

{% if NOTIFICATIONS_WEBPUSH_ENABLE %}

{{ lang('NOTIFY_WEBPUSH_ENABLE_EXPLAIN') }}
{% endif %}

{{ TITLE_EXPLAIN }}

{% for method in notification_methods %} {% endfor %} {% for notification_type in notification_types %} {% if notification_type.GROUP_NAME %} {% else %} {% for notification_method in notification_type.notification_methods %} {% apply spaceless %} {% endapply %} {% endfor %} {% endif %} {% endfor %}
{{ lang('NOTIFICATION_TYPE') }}{{ method.NAME }}
{{ notification_type.GROUP_NAME }}
{{ notification_type.NAME }} {% if notification_type.EXPLAIN %}
   {{ notification_type.EXPLAIN }}{% endif %}
{% if notification_types or notification_list %}
{{ S_HIDDEN_FIELDS }}
{{ lang('MARK_ALL') }}{{ lang('UNMARK_ALL') }}
{{ S_FORM_TOKEN }}
{% endif %}
{% include('ucp_footer.html') %}