<% if @results.nil? -%> Please provide the first and last name of the person you want to search for. Partial names will work too (e.g. John S). <% elsif @results.size == 0 -%> Sorry, we could not find anyone with the name you specified. Please try again. <% else -%>

Send a payment request to:

<%= submit_tag "Submit Payment", :id => 'staff_submit', :class => 'submit_payment', 'data-url' => fe_application_payments_path(@application), :style => 'display:none' %>

<% end -%>