>

Search:

in

<% _.each(customers, function(customers) { %>
  <%= customers.id %>
Name: <%= customers.name %>
Phone: <%= customers.phone %>
<% }); %>
add