<%= render 'refinery/admin/search_header', :url => refinery.authentication_devise_admin_users_path %> <% if @users.any? %>
<%= render 'users' %>
<% else %>

<%= t('no_results', :scope => 'refinery.authentication.devise.admin.search') %>

<% end %>