{% extends "base.html" %} {% load i18n %} {% load markup %} {% block title %}{% trans "User" %}{% endblock %} {% block page-title %} {% trans "Profile for" %}: {{ user_to_show }} {% endblock %} {% block sub-navigation %} {% endblock %} {% block content %}
{% trans "Communication" %} | |
{{ user_to_show.get_profile.communication.url }} | |
{{ user_to_show.get_profile.communication.email }} | |
{{ user_to_show.get_profile.communication.phone_landline }} | |
{{ user_to_show.get_profile.communication.phone_mobile }} | |
{{ user_to_show.get_profile.communication.fax }} | |
{% trans "Departments" %} | |
{{ department }} | |
{% trans "Projects" %} | |
{{ project }} |