<% else %>
<% end %>
<% if @current_user.has_mail? %>
<%= link_to "You have mail", dmails_path %>
<% end %>
<% if !@current_user.is_privileged? %>
<%= link_to "Upgrade your account for only $20", wiki_page_path(:id => "help:users") %>
<%= link_to "No thanks", "#", :id => "hide-upgrade-account-link" %>
<% end %>
<% if @current_user.is_banned? %>
You have been banned.
<% if @current_user.ban %>
Reason: <%= @current_user.ban.reason %>.
Expires: <%= @current_user.ban.expires_at.strftime('%Y-%m-%d') %>
<% end %>