{% extends "userprofile/base_2col.html" %} {% load i18n %} {% block title %}{% blocktrans %}{{ user }}'s Dashboard{% endblocktrans %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% if GOOGLE_MAPS_API_KEY %} {% endif %} {% endblock %} {% block userprofile_navigation %} {% include "userprofile/menu.html" %} {% endblock %} {% block userprofile_content %}
{% csrf_token %} {{ form.errors }}
{% trans "Define your location" %}{% if geoip %} ({% trans "Auto-discover location" %}){% endif %}

{{ form.country }}

{% if GOOGLE_MAPS_API_KEY %}

{{ form.instance.location }}

{{ form.location }}{{ form.latitude }}{{ form.longitude }}
{% endif %}

{% endblock %} {% block userprofile_content_related %}

{% trans "Location information" %}

{% trans "Define your location information" %}.

{% endblock %}