{% extends "local/base_api.html" %}
{% block xml %}
{{ test|escape }}
{{ bounds.north_east.latitude }}
{{ bounds.north_east.longitude }}
{{ bounds.south_west.latitude }}
{{ bounds.south_west.longitude }}
{% for limitOn in data.removeLimits %}
{{ limitOn.url|escape }}
{% endfor %}
{% for facet in data.facets %}
{{ facet.name|escape }}
{% for term in facet.sitems %}
-
{{ term.name|escape }}
{{ term.count }}
{{ term.url|escape }}
{% endfor %}
{% endfor %}
{% endblock %}