{% extends "userprofile/base.html" %} {% load i18n %} {% load avatars %} {% block title %}{{ profile.user }}'s public profile{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% if profile.latitude and profile.longitude %} {% endif %} {% endblock %} {% block userprofile_content %}

{% blocktrans with profile.user as user %}Public profile of {{ user }}{% endblocktrans %}

{{ profile.user }}
{% if profile.latitude and profile.longitude %}
{% endif %}
{% endblock %}