{% extends "userprofile/base.html" %} {% load i18n %} {% load avatars %} {% load txcommontags %} {% load pagination_tags %} {% block title %}{{ profile.user }}'s public profile{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% if profile.latitude and profile.longitude %} {% endif %} {% endblock %} {% block breadcrumb %}{% homelink %} » {% trans "Profile" %} » {{ profile.user }}{% endblock %} {% block content_title %}
{% trans "Name" %}: | {{ profile.firstname }} {{ profile.surname }} |
---|---|
{% trans "Native language" %}: | {{ profile.native_language }} |
{% trans "Blog/Site" %}: | {{ profile.blog }} |
{% trans "Twitter" %}: | {{ profile.twitter }} |
{% trans "LinkedIn" %}: | {{ profile.linked_in }} |
{% trans "Location" %}: | {{ profile.location }} - {{ profile.get_country_display }} |