{{ user.about_me }}
{% endif %} {% if user.last_seen %}{{ _('Last seen on') }}: {{ moment(user.last_seen).format('lll') }}
{% endif %}{{ _('%(count)d followers', count=user.followers.count()) }}, {{ _('%(count)d following', count=user.following.count()) }}
{% if user != current_user %} {% if not current_user.is_following(user) %}{% else %}
{% endif %} {% endif %}