<% if resources_instance_variable.any? %> <% resource_handler.attributes.each do |attribute| %> <% end %> <%= render_resources %>
<%= resource_handler.model.human_attribute_name(attribute[:name]) %>
<% elsif search_filter_params[:q].present? %>

<%= Alchemy.t('Nothing found') %>

<% end %> <%= paginate resources_instance_variable, scope: resource_url_proxy, theme: 'alchemy' %>