{% extends 'dashboard.html.twig' %} {% block title %}{% trans %} Notifications | Promotip {% endtrans %}{% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('notification') }} {% endblock %} {% block dashboard %} {% for notification in notificationList %}
{{ notification.msg }}
{% else %}
{{ 'no notification found'|trans }}
{% endfor %} {% endblock %}