{% load molly_utils %}{% load i18n %}

{% trans "Your Location" %}

{% if return_url %}{% endif %}

{% if location_error %}{{ location_error }}
{% endif %} {% if geolocation.name %}{{ geolocation.name }}{% else %}{% trans "No location known" %}{% endif %}
{% if geolocation.accuracy %} {% blocktrans with geolocation.accuracy|humanise_distance as accuracy %}within approx. {{ accuracy }}{% endblocktrans %} {% endif %}

{% csrf_token %}
{% ifnotequal style_group "smart" %} {# Translators: This refers to sample things to be entered in the 'Set Location' box, postcode, building ID, street name #}

{% trans "e.g., OX2 6NN, kebl, St Clements" %}

{% endifnotequal %}
{% if geolocation.favourites %}

{% trans "Favourite Locations" %}

{% endif %} {% if geolocation.history %}

{% trans "Location History" %}

{% endif %}