{{ t("appSubtitle") }}
{{ result.erkannter_ort ? locationLabel(result.erkannter_ort) : "-" }}
{{ formatAmount(bestOfferTotal(result)) }} {{ t("net") }} / {{ resultPeriod === "monthly" ? t("month") : t("year") }}
{{ t("gross") }} {{ formatAmount(bestOfferGross(result)) }} - {{ t("environmentalCompensation") }} {{ formatAmount(bestOfferCompensation(result)) }}
{{ t("cheapestCombination") }}
{{ formatAmount(resultPeriod === "monthly" ? bestOfferNetYearly(result) : bestOfferNetMonthly(result)) }} / {{ resultPeriod === "monthly" ? t("year") : t("month") }}
| # | {{ t("insurer") }} | {{ t("tariff") }} | {{ t("type") }} | {{ t("premium") }} | {{ t("compensation") }} | Total | {{ t("request") }} |
|---|---|---|---|---|---|---|---|
| {{ idx + 1 }} | {{ offer.insurer }} |
{{ offer.tarif }}
Nr: {{ offer.tarifNr || "-" }}
|
{{ offerModelLabel(offer.modell) }} | {{ formatAmount(offer.praemie * periodFactor()) }} | -{{ formatAmount(compensationAmount() * periodFactor()) }} | {{ formatAmount(offerTotal(offer)) }} |
{{ selectedOffer.offer.insurer }} · {{ selectedOffer.offer.tarif }} (Nr. {{ selectedOffer.offer.tarifNr || "-" }})
{{ t("netTotal") }}: {{ formatAmount(selectedOfferPersonTotal()) }} / {{ resultPeriod === "monthly" ? t("month") : t("year") }}
{{ t("requestSentText") }}