<%= ctx.makeThumbnail(ctx.user.avatarUrl) %>
- Registered: <%= ctx.makeRelativeTime(ctx.user.creationTime) %>
- Last seen: <%= ctx.makeRelativeTime(ctx.user.lastLoginTime) %>
- Rank: <%- ctx.user.rankName.toLowerCase() %>
<% if (ctx.isLoggedIn) { %>
<% } %>