<% 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_to_remote "submit", "Send Payment Request", :url => application_payments_path(@application) %>

<% end -%>