{{ t('finance.no_financials') || 'Még nincsenek pénzügyi adatok rögzítve.' }}
{{ t('finance.purchase_price_gross') || 'Bruttó vételár' }}
{{ formatCurrency(financials.purchase_price_gross, financials.currency) }}
{{ t('finance.purchase_price_net') || 'Nettó vételár' }}
{{ formatCurrency(financials.purchase_price_net, financials.currency) }}
{{ t('finance.down_payment') || 'Önerő' }}
{{ formatCurrency(financials.down_payment, financials.currency) }}
{{ t('finance.monthly_installment') || 'Havi törlesztő' }}
{{ formatCurrency(financials.monthly_installment, financials.currency) }}
{{ t('finance.contract_number') || 'Szerződésszám' }}
{{ financials.contract_number || '—' }}
{{ t('finance.financing_provider') || 'Finanszírozó' }}
{{ financials.financing_provider || '—' }}
{{ t('finance.interest_rate') || 'Kamat' }}
{{ financials.interest_rate != null ? `${financials.interest_rate}%` : '—' }}
{{ t('finance.residual_value') || 'Maradványérték' }}
{{ formatCurrency(financials.residual_value, financials.currency) }}
{{ t('finance.no_insurance_taxes') || 'Még nincsenek biztosítások vagy adók rögzítve.' }}
{{ t('finance.tco_placeholder') || 'A TCO / költségadatok itt jelennek meg.' }}