{% comment %} Reusable search form component with filtering capabilities. Usage: {% include 'components/search_form.html' with placeholder="Search parks..." filters=filter_options %} {% endcomment %}
{% if filters %} {% for filter in filters %}
{% if filter.type == 'select' %} {% elif filter.type == 'checkbox' %}
{% for option in filter.options %} {% endfor %}
{% elif filter.type == 'range' %}
{% endif %}
{% endfor %} {% endif %}
{% if request.GET.urlencode %} Clear {% endif %}
{% if show_sort %}
{% endif %}