diff --git a/topologie/templates/topologie/aff_port_profile.html b/topologie/templates/topologie/aff_port_profile.html index 2e3f5fed..a1b6b6a0 100644 --- a/topologie/templates/topologie/aff_port_profile.html +++ b/topologie/templates/topologie/aff_port_profile.html @@ -25,6 +25,10 @@ with this program; if not, write to the Free Software Foundation, Inc., {% load logs_extra %} +{% if port_profile_list.paginator %} + {% include 'pagination.html' with list=port_profile_list %} +{% endif %} + {% for port_profile in port_profile_list %}
@@ -119,3 +123,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% endfor %} + + +{% if port_profile_list.paginator %} + {% include 'pagination.html' with list=port_profile_list %} +{% endif %}