{% extends "layout-3-col.html" %} {% block title %}{{ current_user.first_name }} {{ current_user.last_name }} — Яндекс.Библиотека{% endblock %} {% block l-page %}l-page_user{% endblock %} {% block rightcolumn %}

{{ settings.STAFF_URL }}{{ current_user.login_ld }}

{{ current_user.first_name }} {{ current_user.last_name }}
{{ current_user.position }}

{{ current_user.work_email }}

Тел.: {{ current_user.work_phone }}

{% endblock %} {% block content %}
{% if onhand_books %} Книги на руках у {{ user_genitive }} Всего: {{ onhand_books|length }} {% else %} У {{ user_genitive }} на руках нет книг {% endif %}
{% if onhand_books %} {% endif %} {% if owned_books %}

Личные книги {{ user_genitive }}

{% endif %} {% if read_books %}

 

Прочитанные книги

{% endif %} {% endblock %}