{% import '@site/includes/_lists.twig' as lists %}
  • {{ view.nickname }}, {{ view.age }} {{ 'On Air'|trans }} {{ user_last_action_time(view) }}
    {% if view.status != '' %}
    {{ view.status }}
    {% else %}
    {% endif %}

    {{ city_full_name(view.city) }}

    {{ lists.gender(view.gender) }}. {% if view.orientation != 0 %} {{ lists.orientation(view.orientation) }}. {% endif %} {% if view.inTheme != 0 %} {{ lists.inTheme(view.inTheme) }}. {% endif %} {% if view.experience != 0 %} {% set experience = user_experience(view) %} {% trans %}Experience {{ experience }} year.{% plural experience %}Experience {{ experience }} years.{% endtrans %} {% endif %} {% if view.maritalStatus != 0 %} {{ lists.maritalStatus(view.maritalStatus) }} {% endif %}

    {% for practice in view.practices.views %} {% if not practice.isPrivate %} {{ practice_name(practice.practice) }}, {% endif %} {% endfor %}

    {% if not isguest() %} {% if view.hasBookmark(globals.id) %} Убрать из закладок {% else %} В закладки {% endif %} {% endif %}