Kattints az "Új jármű hozzáadása" gombra az első jármű felvételéhez.
+ ++ {{ vehicle.brand }} {{ vehicle.model }} +
++ „{{ vehicle.nickname }}” +
+{{ vehicle?.nickname ? `"${vehicle.nickname}"` : '' }}
+Márka
+{{ vehicle?.brand || '—' }}
+Modell
+{{ vehicle?.model || '—' }}
+Évjárat
+{{ vehicle?.year || vehicle?.year_of_manufacture || '—' }}
+Km óra állás
+{{ (vehicle?.current_mileage ?? vehicle?.mileage)?.toLocaleString() || '—' }} km
+Motor
+{{ vehicle?.engine || '—' }}
+Szín
+Következő szerviz
+{{ vehicle?.nextService || '—' }}
+- {{ vehicle.current_mileage?.toLocaleString() || 0 }} {{ t('dashboard.mileage') }} -
-- {{ t('dashboard.modalPlaceholder') }} -
+ ++ {{ t('dashboard.modalPlaceholder') }} +
+ +