{% extends 'base.html.twig' %} {% block title %}Notifications{% endblock %} {% block header %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Notifications

{% if notificationsVM is defined %}

Notifications échéance Visites Médicales

{% for notification in notificationsVM %} {% endfor %} {% endif %}
{% endblock %}