{% extends "userprofile/base_2col.html" %} {% load i18n %} {% block title %}{% trans "Overview of your profile" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% if GOOGLE_MAPS_API_KEY and user.get_profile.location %} {% endif %} {% endblock %} {% block userprofile_navigation %} {% include "userprofile/menu.html" %} {% endblock %} {% block userprofile_content %} {% load avatars %}
{% endblock %} {% block userprofile_content_related %}