diff --git a/src/Bundle/ChillMainBundle/Resources/views/Notification/list.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Notification/list.html.twig index b2f6169ee..1f1cbe673 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Notification/list.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Notification/list.html.twig @@ -54,6 +54,8 @@ } %} {% endfor %} + + {{ chill_pagination(paginator) }} {% endif %} {% endblock content %}