<% if just_logged_in then %>

Logged in successfully.

<% end %>

<%= user.username %>

<% if user:is_guest() then %>

You are a guest. An administrator needs to approve your account before you will be able to post.

<% end %>