diff --git a/templates/partials/widgets/pager.html b/templates/partials/widgets/pager.html index 4809accf..1adc354b 100644 --- a/templates/partials/widgets/pager.html +++ b/templates/partials/widgets/pager.html @@ -16,7 +16,9 @@ Inputs required:
{{ total | tn(singular, plural) | format(total) }} - {{ "Page %d of %d." | tr | format(page + 1, pages) }} + {% if pages %} + {{ "Page %d of %d." | tr | format(page + 1, pages) }} + {% endif %}
{% if pages > 1 %}