<% @payment = Fe::Payment.new %> <% @application = @answer_sheet %>

Payment

<% if @application %>

Application Fee: <%= number_to_currency(Fe::Application::COST) %>

Current payments:

<% if @application.payments.empty? %> <% else %> <% @application.payments.each do |payment| -%><%= render :partial => 'fe/payments/payment', :locals => {:payment => payment}%><% end -%> <% end %>
Payment Type Payment Date Amount Paid  
0 -%> style="display: none;" <% end -%>> You have not yet applied any payments to this application.

Please select one of the following three options for paying your application fee.

<%= render :partial => "fe/payments/errors", :locals => {:payment => @payment} %>
<% end -%>