<% unless @user_blocks.empty? %> <% if show_user_name %> <% end %> <% if show_creator_name %> <% end %> <% 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 %>
<%= t'user_block.partial.display_name' %><%= t'user_block.partial.creator_name' %><%= t'user_block.partial.reason' %> <%= t'user_block.partial.status' %> <%= t'user_block.partial.revoker_name' %>
<% else %>

<%= t "user_block.#{blocks_by_on}.empty", :name => h(@this_user.display_name) %>

<% end %>