<%=t(:field_customers)%> <%= render :partial => 'customers/search' %>
<% if @customers.present? %>
<% @customers.each do |c| %>
<%= link_to c, customer_path(c.id) %>
<% end %>
<%=t(:label_matching)%> <%= @customers.count %> <%=t(:field_customers)%>
<%= will_paginate @customers %>
<% else %>
<%=t(:label_no_customers)%> <%= params[:search] %>.
<% end %>
<%= render :partial => 'qbo/stats' %>