{% extends 'base/base.html' %} {% load static %} {% block title %}Location Search Results - ThrillWiki{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% if query %} Search results for "{{ query }}" {% else %} Browse all locations in ThrillWiki {% endif %}
{% if query %} Showing results for "{{ query }}" {% endif %} {% if location_types %} • Types: {{ location_types|join:", "|title }} {% endif %} {% if request.GET.country %} • Country: {{ request.GET.country }} {% endif %} {% if request.GET.state %} • State: {{ request.GET.state }} {% endif %}
{{ location.formatted_location|default:"Location not specified" }}
{% if query %} No results found for "{{ query }}". Try adjusting your search or filters. {% else %} No locations match your current filters. Try adjusting your search criteria. {% endif %}