{% if widget.isShowAvatar %}
{% set user = widget.user %}
{% if user.picture != "" %}
{% else %}
{% endif %}
{{ widget.birthDate|date('date_format'|trans({}, 'platform')) }}
{% endif %} {% if widget.city is not null %}{{ widget.city }}
{% endif %} {% if widget.isShowMail %}{{ widget.user.mail }}
{% endif %} {% if widget.showPhone %}{{ widget.user.phone }}
{% endif %} {% if widget.showDescription %}{{ widget.user.description|raw }}
{% endif %}