<%= javascript_include_tag "admin/users/controls", defer: true %> <%= form_with url: admin_users_path, method: :get, local: true do |f| %>
<%= paginate @users, theme: "admin", scope: @users, label: t("views.admin.users.aria_paginate"), context: "small" %>
<%= render "admin/users/controls/expand_search_button" %>
<%= render "admin/users/controls/export" %>
<% end %> <%= form_with url: admin_users_path, method: :get, local: true do |f| %>
<% end %>