{% extends "userena/base_userena.html" %} {% load i18n %} {% load txcommontags %} {% load pagination_tags %} {% block title %}{{ profile.user }}'s public profile{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% endblock %} {% block content_sec %}
{% trans "Subscribe to this feed" %}
{% trans "Name" %}: | {{ profile.user.get_full_name }} |
---|---|
{% trans "Languages" %}: | {% for language in all_languages %} {{ language.name }}{% if not forloop.last %}, {% endif %} {% endfor %} |
{% trans "Blog/Site" %}: | {{ profile.blog }} |
{% trans "Twitter" %}: | {{ profile.twitter }} |
{% trans "LinkedIn" %}: | {{ profile.linked_in }} |
{% trans "Location" %}: | {{ profile.location }} |