|
|
|
|
@ -7,9 +7,19 @@ class Form::Sales::Pages::ExtraBorrowingValueCheck < Form::Page
|
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
@title_text = { |
|
|
|
|
"translation" => "soft_validations.extra_borrowing.title", |
|
|
|
|
"translation" => "soft_validations.extra_borrowing.title_text", |
|
|
|
|
"arguments" => [ |
|
|
|
|
{ |
|
|
|
|
"key" => "field_formatted_as_currency", |
|
|
|
|
"arguments_for_key" => "mortgage_and_deposit_total", |
|
|
|
|
"i18n_template" => "mortgage_and_deposit_total", |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
} |
|
|
|
|
@informative_text = { |
|
|
|
|
"translation" => "soft_validations.extra_borrowing.hint_text", |
|
|
|
|
"arguments" => [], |
|
|
|
|
} |
|
|
|
|
@informative_text = {} |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
def questions |
|
|
|
|
|