{% extends 'servicedirectory/content_base.html' %} {% block inner_content %}

< Back

{% if place_latlng %} {% endif %} {% if place_formatted_address %} {% endif %}

{{ place_formatted_address }}

Change area


{% for organisation in search_results %}

{{ organisation.name }}

{% if organisation.verified_as %} [ Verified ] {% endif %}

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

{{ organisation.address }}

{{ organisation.distance }}

{% empty %}

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

Try one of the following things:

{% endfor %}
{% endblock %}