{% extends "default.html" %} {% block title %}Picture query results | {{ site_name }}{% endblock %} {% block content %} Picture query results Query YAML {{ query }} Found {{ resources.total }} pictures. {% for resource in resources %} {% for region in resource.regions %} {% if region.json.type == "bbox" %} {% elif region.json.type == "polygon" %} {% elif region.json.type == "polyline" %} {% elif region.json.type == "point" %} {% endif %} {% endfor %} {{ resource.title }} {% endfor %} {% include "pagination.html" %} {% endblock %}
{{ query }}
Found {{ resources.total }} pictures.