{% extends "base/base.html" %} {% load static %} {% load cotton %} {% block title %}Parks{% endblock %} {% block content %} {# Enhanced Mobile-First Container with Better Spacing #}
{# Enhanced Mobile-First Header Section #}
{# Enhanced Mobile-First Title Section #}

Theme Parks

Discover amazing theme parks around the world

{# Enhanced Mobile-First Quick Stats with Better Touch Targets #}
{{ filter_counts.total_parks|default:0 }}
Total Parks
{{ filter_counts.operating_parks|default:0 }}
Operating
{{ filter_counts.parks_with_coasters|default:0 }}
With Coasters
{# Enhanced Mobile-First Search and Filter Bar #}
{# Enhanced Mobile-First Main Search Row #}
{# Enhanced Search Input with Better Mobile UX #}
{# Enhanced Mobile-First Controls Row with Better Touch Targets #}
{# Sort Controls with Mobile Optimization #}
{# View Toggle with Better Mobile Touch Target #}
{# Enhanced Mobile Filter Toggle Button with Better Design #}
{# Enhanced Mobile-First Advanced Filters with Better Touch Interaction #}
{# Enhanced Mobile-First Status Filter #}
{# Enhanced Mobile-First Operator Filter #}
{# Enhanced Mobile-First Park Type Filter #}
{# Enhanced Mobile-First Quick Filters with Better Touch Targets #}
{# Enhanced Mobile-First Active Filter Chips #} {% if active_filters %}

Active Filters

{% endif %}
{# Enhanced Mobile-First Results Section #}
{# Enhanced Mobile-First Results Statistics #} {# Enhanced Mobile-First Loading Overlay #}
Loading parks...
Please wait a moment
{# Enhanced Mobile-First Park Results Container #}
{% include "parks/partials/park_list.html" %}
{% endblock %}