{% INCLUDE 'ucp_header.html' %} {% EVENT ucp_notifications_form_before %}

{{ TITLE }}

{% EVENT ucp_notifications_content_before %}

{{ TITLE_EXPLAIN }}

{% if MODE == 'notification_options' %} {% for notification_methods in loops.notification_methods %} {% endfor %} {% for notification_types in loops.notification_types %} {% if notification_types.GROUP_NAME %} {% else %} {% for notification_methods in notification_types.notification_methods %} {% endfor %} {% endif %} {% endfor %}
{{ lang('NOTIFICATION_TYPE') }}{{ notification_methods.NAME }}
{{ notification_types.GROUP_NAME }}
{{ notification_types.NAME }} {% if notification_types.EXPLAIN %}
   {{ notification_types.EXPLAIN }}{% endif %}
{% else %} {% if loops.notification_list|length %}
  • {{ lang('NOTIFICATIONS') }}
    {{ lang('MARK_READ') }}
{% else %}

{{ lang('NO_NOTIFICATIONS') }}

{% endif %} {% endif %}
{% EVENT ucp_notifications_content_after %} {% if loops.notification_types|length or loops.notification_list|length %}
{{ S_HIDDEN_FIELDS }}
{{ lang('MARK_ALL') }}{{ lang('UNMARK_ALL') }}
{{ S_FORM_TOKEN }}
{% endif %}
{% EVENT ucp_notifications_form_after %} {% INCLUDE 'ucp_footer.html' %}