Профиль пользователя - {{ user.name }}
{% if user.edit_profile_link %} {% endif %}
  • Ваше имя на сайте {{ user.name }}
  • {% if user.full_name %}
  • Полное имя: {{ user.full_name }}
  • {% endif %}
  • Группа пользователя: {% if checkAccess([module,'edit_users']) %} {% if fps_id == user.id %} {{ user.group }}{% else %}
    {% endif %}{% else %} {{ user.group }} {% endif %}
  • Регистрация: {{ user.regdate }}
  • Звание на сайте: {{ getUserRatingText(user.posts) }}
  • {% if user.telephone %}
  • Телефон: {{ user.telephone }}
  • {% endif %} {% if user.age %}
  • Возраст: {{ user.age }}
  • День рождения: {{ user.byear }}-{{ user.bmonth }}-{{ user.bday }}
  • {% endif %} {% if fps_user_id != user.id %}
  • E-mail Отправить на почту
  • {% endif %} {% if user.url %}
  • WEB - site: {{ user.url }}
  • {% endif %}
  • Пол: {% if user.pol %} {{ user.pol }} {% else %} Не указан {% endif %}
  • {% if user.city %}
  • Город: {{ user.city }}
  • {% endif %} {% if user.icq %}
  • Номер в ICQ: {{ user.icq }}
  • {% endif %} {% if user.jabber %}
  • Jabber: {{ user.jabber }}
  • {% endif %} {% if user.lastpost %}
  • Последнее сообщение: {{ user.lastpost }}
  • {% endif %} {% if user.about %}
  • Интересы:
    {{ user.about }}
  • {% endif %}