diff --git a/src/open_inwoner/components/templates/components/Pagination/Pagination.html b/src/open_inwoner/components/templates/components/Pagination/Pagination.html index 949a64f5f0..c86a953b08 100644 --- a/src/open_inwoner/components/templates/components/Pagination/Pagination.html +++ b/src/open_inwoner/components/templates/components/Pagination/Pagination.html @@ -5,6 +5,7 @@ {% button href=href text=text icon="arrow_backward" %} {% endif %} + {% if page_obj.has_other_pages %}
{% if page_obj.has_previous %} {% icon icon="chevron_right" %} {% endif %}
+ {% endif %}