{% if user.edit_profile_link %}
{{ user.edit_profile_link }}
{% endif %}
{% if user.full_name %}
-
Полное имя:
{{ user.full_name }}
{% endif %}
{% if fps_user_id == user.id %}
- Сообщения
{% else %}
{% if fps_user_id %}
- Отправить ЛС
{% endif %}
{% endif %}
- Группа:
{% if checkAccess([module,'edit_users']) %}{% if fps_id == user.id %}
{% if user.baned %}
{{ user.group }}(Заблокирован до {{ user.baned }})
{% else %}
{{ user.group }}
{% endif %}
{% else %}
{% endif %}
{% else %}
{% if user.baned %}
{{ user.group }}(Заблокирован до {{ user.baned }})
{% else %}
{{ user.group }}
{% endif %}
{% endif %}
-
Репутация:
{{ user.rating }}
{% if checkAccess([module,'set_rating']) %}- / +{% endif %}
{% if user.rank %}
-
Ранг:
{{ user.rank }}
{% endif %}
-
Статус:
{{ getUserRatingText(user.posts) }}
-
Предупреждения:
{{ user.warnings }}
{% if checkAccess([module,'users_warnings']) %}- / +{% endif %}
-
Дата регистрации:
{{ user.regdate }}
-
Дата последний активности:
{{ user.lastvisit }}
{% if user.telephone %}
-
Телефон:
{{ user.telephone }}
{% endif %}
{% if user.url %}
-
WEB - site:
{{ user.url }}
{% endif %}
{% if user.city %}
-
Город:
{{ user.city }}
{% endif %}
{% if user.icq %}
-
Номер в ICQ:
{{ user.icq }}
{% endif %}
{% if user.jabber %}
-
Jabber:
{{ user.jabber }}
{% endif %}
{% if user.age %}
-
Возраст:
{{ user.age }}
-
День рождения:
{{ user.byear }}-{{ user.bmonth }}-{{ user.bday }}
{% endif %}
-
Пол:
{% if user.pol %} {{ user.pol }} {% else %} Не указан {% endif %}
{% if user.about %}
-
Интересы:
{{ user.about }}
{% endif %}
{% if user.signature %}
-
Подпись:
{{ user.signature }}
{% endif %}
{% for stat in user.stat %}
{% if stat.count %}
- {{ stat.text }} ({{ stat.count }})
{% endif %}
{% endfor %}