{% extends 'base.html.twig' %} {% block body %}

{{ '_NOTIFICATIONS_SETTINGS_'|trans }}

Notification Settings

{{ '_SAVE_'|trans }} إعدادات متطورة
{% for k,ctgNotification in categoriesNotification %}

{{ ctgNotification['name'] }}

{% for j,category in ctgNotification['categories'] %}

{{ category }}

{% endfor %}
{% endfor %}
{{ '_SAVE_'|trans }}
{% endblock %}