diff --git a/templates/User/Profile/user_edit.html.twig b/templates/User/Profile/user_edit.html.twig
index 0d016352a60ed1018b5f09f7d83a9b0077df30f4..329a2688e1af57b2644238e3f5f54e4dd887a625 100644
--- a/templates/User/Profile/user_edit.html.twig
+++ b/templates/User/Profile/user_edit.html.twig
@@ -128,8 +128,9 @@
                     </div>
                 {% endif %}
             {% endfor %}
-
+            {% if app_activate_notifications == 'true' %}
             {% include('@templates_path/User/Profile/notifications.html.twig') %}
+            {% endif %}
         </div>
     </div>
     {{ form_row(form._token) }}
@@ -139,5 +140,5 @@
             <input type="submit" class="btn btn-primary" value="{{ submitValue }}">
         </div>
     </div>
-    
+
 {% endblock %}