{% extends 'servicedirectory/content_base.html' %} {% block inner_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.name }} - {{ service.organisation.name }}

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

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


{% empty %}

We couldn't find any services for "{{ search_term }}"

Try one of the following things:

{% endfor %} {% endblock %}