{% extends "base.html" %} {% block content %}

Search Results

{{ results_count }} result{% if results_count != 1 %}s{% endif %} found

{% if results %} {% for result in results %} {% endfor %} {% else %}

No results found for the selected criteria.

{% endif %}
Back to Exploration
{% endblock %}