{% extends "profile/profile_base.html" %} {% load avatar_tags i18n seahub_tags %} {% block extra_style %} {% endblock %} {% block left_panel %}
{% if user %} {% avatar user.username 80 %} {% else %} {% avatar "" 80 %} {% endif %}
{% if add_to_contacts %} {% endif %} {% if user %} {% endif %} {% endblock %} {% block right_panel %}

{% trans "Info" %}

{% trans "Name" context "true name" %}
{{ nickname }}
{% trans "Self-introduction" %}
{{ intro }}
{% if d_profile %}
{% trans "Department" %}
{{ d_profile.department }}
{% trans "Telephone" %}
{{ d_profile.telephone }}
{% endif %}
{% if add_to_contacts %} {% include 'snippets/add_to_contacts_form.html' %} {% endif %} {% endblock %} {% block extra_script %} {% include 'snippets/add_to_contacts_js.html' %} {% endblock %}