mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
hide pagination if no periods
This commit is contained in:
parent
a59e84b029
commit
dde35be9c3
@ -32,7 +32,9 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ chill_pagination(pagination) }}
|
{% if accompanyingPeriods|length > 0 %}
|
||||||
|
{{ chill_pagination(pagination) }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user