{% extends '_base.html' %} {% block content %}
{% if not location %}

Finding your current location…

{% else %} {% if places %}

Use your current location

Your browser says you’re in…

{% else %}

We can't find you in South Africa.

Are you located somewhere else? Try the search box instead.

{% endif %} {% endif %}
{% if places %}
{% endif %}
{% endblock %} {% block body_javascript_extra %} {% endblock %}