You qualify for:

<%= number_to_currency(@available_loan, unit: "#{@currency.symbol} ") %>

Deductable Per Month:

<%= number_to_currency(@permissable_amount, unit: "#{@currency.symbol} ") %>

Over the Period:

<%= @tenor %> months

<%= form_tag( { :controller => :loan_applications, :action => :new }, { :method => :get }) %> <%= hidden_field :loan_calculator, :product, :value => @product.id %> <%= hidden_field :loan_calculator, :customer_type, :value => @customer_type %> <%= hidden_field :loan_calculator, :currency, :value => @currency.id %>
<%= submit_tag "Apply for the Loan Amount Now!", :class => "text-uppercase s-btn s-btn--md s-btn--primary-bg g-radius--50 g-padding-x-70--xs g-margin-b-20--xs g-font-size-16--xs" %>