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