{% extends 'base/base.html' %} {% load static %} {% block title %}Nearby Locations - ThrillWiki{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% if center_location %} Locations near {{ center_location.name }} {% elif center_lat and center_lng %} Locations near {{ center_lat|floatformat:4 }}, {{ center_lng|floatformat:4 }} {% else %} Find locations near a specific point {% endif %}
{{ location.formatted_location|default:"Location not specified" }}
No locations found within {{ radius }} miles.
Try increasing the search radius or adjusting the location types.
Enter a location above to discover theme parks, rides, and companies in the area.