{{ "CALC.TITLE" | translate }}

{{ "CALC.SUBTITLE" | translate }}

@if (error()) { {{ errorKey() | translate }} }
@if (step() === "success") {
} @else {
{{ "CALC.MODE_EASY" | translate }}
{{ "CALC.MODE_ADVANCED" | translate }}
@if (loading()) {

{{ "CALC.ANALYZING_TITLE" | translate }}

{{ "CALC.ANALYZING_TEXT" | translate }}

} @else if (result()) { } @else if (isZeroQuoteError()) {

{{ "CALC.ZERO_RESULT_TITLE" | translate }}

{{ "CALC.ZERO_RESULT_HELP" | translate }}

{{ "QUOTE.CONSULT" | translate }}
} @else {

{{ "CALC.BENEFITS_TITLE" | translate }}

  • {{ "CALC.BENEFITS_1" | translate }}
  • {{ "CALC.BENEFITS_2" | translate }}
  • {{ "CALC.BENEFITS_3" | translate }}
}
}