1 <% @title = t(".title") %>
 
   3 <% content_for :head do %>
 
   4   <%= javascript_include_tag "user" %>
 
   7 <% content_for :heading do %>
 
   8   <h1><%= t(".heading") %></h1>
 
  11 <% unless @users.empty? %>
 
  12   <%= render :partial => "page" %>
 
  14   <p><%= t ".empty" %></p>