<% if show_user_name %>
      | <%= t ".display_name" %><% end %>
      <% if show_creator_name %> | <%= t ".creator_name" %><% end %> | <%= t ".reason" %> | <%= t ".status" %> | <%= t ".revoker_name" %> |  | <% if show_revoke_link %> | <% end %> | 
  
  <%= render :partial => "block", :locals => { :show_revoke_link => show_revoke_link, :show_user_name => show_user_name, :show_creator_name => show_creator_name }, :collection => @user_blocks %>