{% include 'ucp_header.html' %}

{{ TITLE }}

{{ TITLE_EXPLAIN }}

{% if MODE == 'notification_options' %} {% EVENT before_notification_methods %}

{{ L_NOTIFICATION_TYPE }}

{% for notification_methods in notification_methods %} {% endfor %} {% for notification_types in notification_types %} {% if notification_types.GROUP_NAME %} {% else %} {% for notification_methods in notification_methods %} {% endfor %} {% endif %} {% endfor %} {% for notification_methods in notification_methods %} {% endfor %}
 {{ notification_methods.NAME }}
{{ notification_types.GROUP_NAME }}
{{ notification_types.NAME }}
{% if notification_types.EXPLAIN %}
{{ notification_types.EXPLAIN }}
{% endif %}
{{ S_HIDDEN_FIELDS }} {{ S_FORM_TOKEN }}

{{ L_MARK_ALL }}/{{ L_UNMARK_ALL }} applies per method column; disabled options remain unchanged.

{% else %} {% if notification_list %}
{% if U_MARK_ALL %} {{ L_NOTIFICATIONS_MARK_ALL_READ }} {% endif %}

{{ L_NOTIFICATIONS }}

    {% for notification_list in notification_list %}
  • {% if notification_list.URL %} {{ notification_list.FORMATTED_TITLE }}{% if notification_list.REFERENCE %} {{ notification_list.REFERENCE }}{% endif %} {% else %} {{ notification_list.FORMATTED_TITLE }}{% if notification_list.REFERENCE %} {{ notification_list.REFERENCE }}{% endif %} {% endif %}
    {% if notification_list.FORUM %}
    {{ notification_list.FORUM }}
    {% endif %} {% if notification_list.REASON %}
    {{ notification_list.REASON }}
    {% endif %}
    {{ notification_list.TIME }}
  • {% endfor %}
{{ S_HIDDEN_FIELDS }}
{{ S_FORM_TOKEN }}
{% else %}
{{ L_INFO_BOX }} {{ L_NO_NOTIFICATIONS }}
{% endif %} {% endif %}
{% include 'ucp_footer.html' %}