diff --git a/pygeoapi/templates/collections/items/index.html b/pygeoapi/templates/collections/items/index.html index 6153d2d..bb9b488 100644 --- a/pygeoapi/templates/collections/items/index.html +++ b/pygeoapi/templates/collections/items/index.html @@ -22,7 +22,6 @@ {% for l in data['links'] if l.rel == 'collection' %} {{ l['title'] }} {% endfor %} - {% trans %}Items in this collection{% endtrans %}. {% if data['features'] %} @@ -35,7 +34,9 @@ - {% trans %}Warning: Higher limits not recommended!{% endtrans %} + {% if data['numberMatched'] %} + {% trans %}Items in this collection{% endtrans %}: {{ data['numberMatched'] }} + {% endif %} @@ -47,6 +48,7 @@ 1,000 2,000 + {% trans %}Warning: Higher limits not recommended!{% endtrans %}
{% trans %}Items in this collection{% endtrans %}.
{% trans %}Items in this collection{% endtrans %}: {{ data['numberMatched'] }}
{% trans %}Warning: Higher limits not recommended!{% endtrans %}