<%= I18n.t('statistics.total') %>
<%= number_with_delimiter(@searchstat.total_count) %>
<% if @providers_with_authorization.count > 1 %>
<% end %>
<%= paginate @searchstat, :windows => 3, :outer_window => 2, remote: true %>
<%= link_to("#{I18n.t('export')}".html_safe, search_stats_to_csv_path(per_page: @searchstat.total_count, search_type: params[:search_type])) %>
<%= render partial: "searchstats_list" %>