{% if instance.show_distance %}
{% for distance in distance_choices %}
{{ distance.1 }}
{% endfor %}
{% else %}
{% endif %}
{% for type in instance.show_location_types.all %}
{{ type.name }}
{% empty %} {% for type in location_types %}
{{ type.name }}
{% endfor %}
All
{% endfor %}