+ {{ include('component/navbar.html.twig') }} + +
+ {{ include('component/user-select.html.twig') }} + +
+
+ + + +
+ +
+ +
+ {% for movie in movies %} +
+
+ ... + + {% if movie.userRating is not null %} + + {{ movie.userRating }} + + {% endif %} +
+
+ {% endfor %} +
+ +
    + {% if paginationElements.previous is null %} +
  • +
  • + {% else %} +
  • + + + +
  • +
  • + + + +
  • + {% endif %} +
  • + +
  • + {% if paginationElements.next is null %} +
  • +
  • + {% else %} +
  • + + + +
  • +
  • + + + +
  • + {% endif %} +
+ +
+