{{userui.user.name}}
{% if userui.unrestricted %}
{{userui.user.email}}
{% endif %}
Stars: 0
ThumbUps: 0
Gold: 5
{% if not userui.unrestricted %} See more of this persons profile by adding them as a friend
{{userui.user.name}}
Add
{% endif %}
Comments
{% for comment in userui.comments %}
{{comment.content}}
X
Written at: {{comment.created_at}} by
{{comment.author.name}}
{% endfor %}
Write a comment
{% if userui.unrestricted %}
{% else %} Leave a comment for {{userui.user.name}} by {% if not user %} signing in and {% endif %} friending them. {% endif %}