{% extends "geolocation/base.html" %}{% load i18n %} {% block content %}

{% trans "Location required" %}

{% url geolocation:index as geolocation_url %} {% blocktrans with return_url|urlencode as return_url %}To be able to use this feature you need to choose a location.{% endblocktrans %}
{% endblock %}