{% if ueuser.user %}
{{ueuser.user.name}}
{% if ueuser.loggedIn and ueuser.loggedIn.id != ueuser.user.id and not ueuser.isFriend(ueuser.user.id) %} {% if ueuser.isRequested(ueuser.user.id) %}

Friend request pending!

{% else %} {% endif %} {% endif %}
{% if ueuser.locked %}
{{ueuser.user.email}}
{% endif %}
Stars: 0
ThumbUps: 0
Gold: 5
{% if not ueuser.locked and ueuser.loggedIn %}
See more of this persons profile by adding them as a friend
{% endif %}

Comments

{% for comment in ueuser.comments %}

{{comment.content}}
X {{ "clake.userextended::lang.components.user.writtenat"|trans }} {{comment.created_at|relative}} by {{comment.author.name}}
{% endfor %}
{% if ueuser.loggedIn %}
Write a comment
{% endif %} {% if ueuser.locked %}

{% else %} Leave a comment by {% if not user %} signing in and {% endif %} friending them. {% endif %}
{% else %}

It appears this user doesn't exist.

{% endif %}