<% if @user %>
<%= t('.request') %>
<% end %>
<%= t('.title') %>

<%= t('.description') %>

<% bit = 0 %> <% @hat_groups.keys.sort_by{|a| a.downcase }.each do |hg| %> <% @hat_groups[hg].sort_by{|hh| hh.user.username.downcase }.each do |hh| %> <% bit = (bit == 1 ? 0 : 1) %> <% end %> <% end %>
<%= t('.user') %> <%= t('.hat') %> <%= t('.link') %>
<%= hh.user.username %> <%= hh.to_html_label %> <% if hh.link.to_s.match(/^http/) %> <%= hh.link %> <% elsif hh.link.blank? %> None <% else %> <%= hh.link %> <% end %>