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

{% if not search_results %} We're sorry, but we couldn't find any services related to your search. Please click here to see example keywords and categories, or change your search and try again. {% endif %} {% for service in search_results %}

{{ service.organisation.name }}

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

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


{% endfor %} {% endblock %}