{% extends 'base.html' %} {% block content %}
{% if place_latlng %} {% endif %} {% if place_formatted_address %} {% endif %}
{{ place_formatted_address }} Change area
{{ search_results | length }} Services

{% for service in search_results %}

{{ service.organisation.name }}

{{ service.keywords|join:", " }}

{{ service.organisation.address }} | {{ service.distance }}


{% endfor %} {% endblock %}