diff --git a/templates/report.html b/templates/report.html index fdb4681..a2526fb 100644 --- a/templates/report.html +++ b/templates/report.html @@ -124,7 +124,7 @@ {% if checks_total > 0 %} - Showing {{ (page - 1) * per_page + 1 }}-{{ min(page * per_page, checks_total) }} of {{ checks_total }} + Showing {{ (page - 1) * per_page + 1 }}-{{ [page * per_page, checks_total] | min }} of {{ checks_total }} {% if page > 1 %}