mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
add pagination to timeline
This commit is contained in:
@@ -29,4 +29,7 @@ This view should receive those arguments:
|
||||
{% block personcontent %}
|
||||
{{ timeline|raw }}
|
||||
|
||||
{% if nb_items > paginator.getItemsPerPage %}
|
||||
{{ chill_pagination(paginator) }}
|
||||
{% endif %}
|
||||
{% endblock personcontent %}
|
||||
|
Reference in New Issue
Block a user