setSegmentedValue(v)}
/>
{Constants.APP_NAME} -{" "}
{t(
`authentication.signUp.choosenProduct.products.${paymentPlan}.name`
)}
{t("authentication.signUp.costSummary.totalNet")}
{isRequesting === RequestState.INIT ? (
) : (
{totalNet}
)}
{t("authentication.signUp.costSummary.vat")}
{isRequesting === RequestState.INIT ? (
) : (
{vat}
)}
{t("authentication.signUp.costSummary.totalAmount")}
{isRequesting === RequestState.INIT ? (
) : (
{totalAmount}
)}