{{ 'number-of-adults' | i18n }}{{ adults }}
{{ 'number-of-children' | i18n }}{{ kids }}
{{ 'short-income' | i18n }}{{ income | number }} Eur/{{ 'short-month' | i18n }}
{{ 'short-commitments' | i18n }}{{ commitments | number }} Eur/{{ 'short-month' | i18n }}
{{ 'msg-max-credit' | i18n }} {{ maxAmount | number:0 }} Eur
{{ 'payback-constant' | i18n }}{{ paybackMethod | i18n }}
{{ 'msg-interest-rate' | i18n }}{{ interestRate | number }}%
{{ 'credit-amount' | i18n }}{{ amount | number:0 }} Eur
{{ 'monthly-payment' | i18n }}{{ payment | number:0 }} Eur
{{ 'credit-period' | i18n }}{{ period | number:0 }} {{ 'short-month' | i18n }}