{% if ueuser.user %}
Profile Picture URL: {% if ueuser.userAvatar.path %} {{ueuser.userAvatar.path}} {% else %} {{'plugins/clake/userextended/assets/img/default_user.png'|app}} {% endif %}
Name: {{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) %}
Already Friends.
{% else %}
{% endif %}
{% endif %}
{% if ueuser.locked %}
Email: {{ueuser.user.email}}
{% endif %}
{% for comment in ueuser.comments %}
Commenter Profile Picture URL:{% if comment.author.avatar.path %} {{comment.author.avatar.path}} {% else %} {{'plugins/clake/userextended/assets/img/default_user.png'|app}} {% endif %}
Content: {{comment.content}}
X
{{ "clake.userextended::lang.components.user.writtenat"|trans }} {{comment.created_at|relative}} by {{comment.author.name}}
{% endfor %}