{% import '@site/includes/_lists.twig' as lists %}
{{ 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 %}