diff --git a/netbox/templates/inc/paginator.html b/netbox/templates/inc/paginator.html index eb349ead5..112bd7464 100644 --- a/netbox/templates/inc/paginator.html +++ b/netbox/templates/inc/paginator.html @@ -31,19 +31,19 @@
{# Per-page count selector #} - {% if page %} + Showing {{ page.start_index }}-{{ page.end_index }} of {{ page.paginator.count }} diff --git a/netbox/templates/inc/paginator_htmx.html b/netbox/templates/inc/paginator_htmx.html index c78361490..e96dac858 100644 --- a/netbox/templates/inc/paginator_htmx.html +++ b/netbox/templates/inc/paginator_htmx.html @@ -46,24 +46,24 @@
{# Per-page count selector #} - {% if page %} + Showing {{ page.start_index }}-{{ page.end_index }} of {{ page.paginator.count }}