mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
correct twig condition to display pagination
This commit is contained in:
parent
2d76050589
commit
0337f252cd
@ -38,7 +38,7 @@ Then, render the pagination using the dedicated twig function.
|
|||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
{% if items|length > paginator.getTotalItems %}
|
{% if items|length < paginator.getTotalItems %}
|
||||||
{{ chill_pagination(paginator) }}
|
{{ chill_pagination(paginator) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user