{% for distance in distance_choices %}
{{ distance.1 }}
{% endfor %}
{% for type in location_types %}
{{ type.name }}
{% endfor %}
All