<%= render partial: 'side_filters', locals: { filters: @filters } %>
<% if ldap_enabled? %>
<%= content_tag :button, type: 'button', class: 'btn btn-primary dropdown-toggle',
data: {toggle: 'dropdown'}, aria: {expanded: false} do %>
<%= icon :plus, t('.new_user') %>
<% end %>
<% else %>
<%= link_to new_user_url, class: 'btn btn-primary pull-right' do %>
<%= icon :plus, t('.new_local_user') %>
<% end %>
<% end %>