{% extends 'base.html' %} {% block content %} {% include 'servicedirectory/includes/location_search_form.html' %} {% if autocomplete_suggestions.status != 'OK' %}

{% if autocomplete_suggestions.status == 'ZERO_RESULTS' %} No results. Please try changing your search. {% else %} {{ autocomplete_suggestions.error_message }} {% endif %}

{% endif %} {% endblock %}