{% set profile = user.profile %}
{{ profile.biography|enrich }}
{% if profile.location %}Location: {{ profile.location }}
{% endif %} {% if profile.year %}Year: {{ profile.year }}
{% endif %} {% if profile.website %}Website: {{ profile.website|urlize }}
{% endif %} {% if profile.instagram %}Instagram: {{ profile.instagram }}
{% endif %} {% if profile.facebook %}Facebook: {{ profile.facebook }}
{% endif %}{{ user.messages|count }} messages - {{ user.followers()|count }} followers - {{ user.following()|count }} following
{% if user == current_user %} {% endif %}