{% extends "base.html" %} {% load i18n %} {% load gravatar_tags %} {% block col-left %}
{% if profile.is_team %}{% trans "Team" %}{% else %}{% trans "User" %}{% endif %} | {{ profile.user.username }} |
---|---|
{% trans "Full name" %} | {{ profile.user.get_full_name|default:"-" }} |
{% trans "Project" %} | {% trans "Author" %} | {% trans "Category" %} |
---|---|---|
{{ project.name }} | {{ project.author }} | {{ project.category|default:"-" }} |
{% trans "Team" %} |
---|
{{ group }} |
{% trans "User" %} |
---|
{{ user }} |