% if infobox then %> <% render("views.common.infobox", infobox) %> <% end %>
This user is a guest. They signed up on <% render("views.common.timestamp", {timestamp = user.created_at}) -%>.
<% else %> <% --[[ user is not guest ]] %>This user signed up on <% render("views.common.timestamp", {timestamp = user.created_at}) -%> and was confirmed on <% render("views.common.timestamp", {timestamp = user.confirmed_on}) %>.
<% if user.permission < me.permission then %> <% end %> <% if me:is_admin() and not user:is_mod() then %> <% elseif user:is_mod() and user.permission < me.permission then %> <% end %> <% end %>