diff --git a/templates/web/prod/actions/Feedback/ListsMacros.html.twig b/templates/web/prod/actions/Feedback/ListsMacros.html.twig index 62891e9ade..04bcb61259 100644 --- a/templates/web/prod/actions/Feedback/ListsMacros.html.twig +++ b/templates/web/prod/actions/Feedback/ListsMacros.html.twig @@ -86,14 +86,12 @@
- {% set length = list.getEntries().count() %} - {% trans with {'%length%' : length} %}%length% peoples{% endtrans %} {% if query.get_page() > 1 %} - + {% endif %} {{ query.get_page() }} / {{ query.get_total_page() }} {% if query.get_page() < query.get_total_page() %} - + {% endif %}
diff --git a/templates/web/prod/actions/Feedback/list.html.twig b/templates/web/prod/actions/Feedback/list.html.twig index 3a80cfb2e0..a449e228ef 100644 --- a/templates/web/prod/actions/Feedback/list.html.twig +++ b/templates/web/prod/actions/Feedback/list.html.twig @@ -96,6 +96,10 @@
+ {% set length = list.getEntries().count() %} + + {% trans with {'%length%' : length} %}%length% peoples{% endtrans %} +