{% extends "layouts/l-page_clean.html" %} {% load i18n %} {% load mailarchive_extra %} {% load mailarchive_listtree %} {% block extra_title %}{{ selected_user.get_full_name }} -{% endblock %} {% block l-page-class %}l-page_ml{% endblock %} {% get_current_language as LANGUAGE_CODE %} {% load ml_tags %} {% block content %} {% include "mailarchive/_notifications.html" %} {% userpic selected_user 25 "b-ml-staff-userpic" %} {# <?=$staff['first_name']?> <?=$staff['last_name']?> #} {{ selected_user.get_profile|staff_link }} {% with selected_user.intranet_profile as staff %} {% with staff.gender as gender %} {% include "mailarchive/_search/_appendix.html" %} {% if staff.is_dismissed %}
{% trans "Ex-employee" %}
{% endif %} {% if supported %}

{% if LANGUAGE_CODE == "ru" %} Является ответственн{% if gender == "F" %}ой{% else %}ым{% endif %} за рассылки {% else %} {% trans "Is responsible for maillists" %} {% endif %}

{% for list in supported %} {% endfor %}
{{ list.normalized_name }} {{ list.info_firstline|wiki_formatter }}
{% endif %} {% if subscribes %}

{% if LANGUAGE_CODE == "ru" %} Подписан{% if gender == 'F' %}а{% endif %} на рассылки {% else %} {% trans "Is subscribed to the maillists" %} {% endif %}

{% draw_lists_tree subscribes user_subscribes self_page %}
{% else %}

{% trans "Does not read any maillist" %}

{% endif %} {% if selected_user == request.user or request.user.is_staff %}{% if activity_log %}

{% trans "Last activity" %}

{% include "mailarchive/staff_activity_log.html" %}
{% endif %}{% endif %} {% endwith %} {% endwith %} {% endblock %}