% if just_logged_in then %>
Logged in successfully.
<% end %>
<%= user.username %>
<% if user:is_guest() and user_is_me then %>
You are a guest. An administrator needs to approve your account before you will be able to post.
<% end %>
<% if user_is_me then %>
">Settings
<% end %>
<% if me:is_admin() and user:is_guest() then %>
This user is a guest. They signed up on <%= os.date("%c", user.created_at) %>.
<% elseif me:is_admin() then %>
This user signed up on <%= os.date("%c", user.created_at) %> and was confirmed on <%= os.date("%c", user.confirmed_on) %>.
<% end %>