{{ $store.state.details.standort.firma_name }} {{ $store.state.details.standort.kunde_strasse }} {{ $store.state.details.standort.kunde_plz }} {{ $store.state.details.standort.kunde_ort }} Telefon: {{ $store.state.details.standort.kunde_telefon }} Fax: {{ $store.state.details.standort.kunde_fax }}
| {{ $t('front_extern.inseratNr') }} | {{ $store.state.details.ident_nr_intern}} | |
|---|---|---|
| {{ $t('front_extern.detail_kategorie') }} | {{ $store.state.details.rel_category['bezeichnung_' + $store.state.settings.lang]}} | |
| {{ $t('front_extern.detail_invsetz') }} | {{formatDate($store.state.details.fzg_1iv)}} | |
| {{ $t('front_extern.detail_modell') }} | {{ fahrzeug }} | |
| {{ $t('front_extern.detail_fzg') }} | {{ $store.state.details.rel_art['bezeichnung_' + $store.state.settings.lang] }} | |
| {{ $t('front_extern.detail_farbe') }} | {{ $store.state.details.rel_farbe['bezeichnung_' + $store.state.settings.lang] }} | |
| {{ $t('front_extern.detail_km') }} | {{formatNum($store.state.details.fzg_km)}} km | |
| {{ $t('front_extern.detail_hubraum') }} | {{ $store.state.details.modell_ccm!=0 ? formatNum($store.state.details.modell_ccm) : '-'}} ccm | |
| {{ $t('front_extern.detail_zustand') }} | {{ $store.state.details.zustand }} | |
| {{ $t('front_extern.detail_leistung') }} | {{$store.state.details.fzg_leistung ? formatNum($store.state.details.fzg_leistung, 1) : '-'}} kW / {{$store.state.details.fzg_leistung ? formatNum($store.state.details.fzg_leistung*1.35962) : '-'}} PS | |
| {{ $t('front_extern.detail_warranty_manufacturer') }} | {{ $t('front_extern.detail_warranty') }} | |
| {{ $t('front_extern.detail_preis_special') }} | {{formatPrice($store.state.details.actualprice, 0)}} | |
| {{ $t('front_extern.detail_preis_normal') }} | {{formatPrice($store.state.details.fzg_preis, 0)}} | |
| {{ $t('front_extern.detail_aktion_bis') }} | {{formatDate($store.state.details.fzg_preis_aktion_bis)}} | |
| {{ $t('front_extern.detail_preis') }} | {{ $t('front_extern.price_on_request') }} | {{formatPrice($store.state.details.actualprice, 0)}} |
| {{ $t('front_extern.detail_verfuegbar_ab') }} | {{ formatDate($store.state.details.inserat_status_verfuegbar_ab) }} | |
| {{ $t('front_extern.detail_bemerkung') }} | ||
| {{ $t('front_extern.detail_miet_tage1') }} | |
|---|---|
| {{ $t('front_extern.detail_miet_price') }} | {{formatPrice($store.state.details.mietkonditionen.miete_tag_1, 0)}} |
| {{ $t('front_extern.detail_miet_pro_tag_title') }} | |
| {{ $t('front_extern.detail_miet_price') }} | {{formatPrice($store.state.details.mietkonditionen.miete_tag, 0)}} {{ $t('front_extern.detail_miet_pro_tag') }} |
| {{ $t('front_extern.detail_miet_free_km') }} | {{formatNum($store.state.details.mietkonditionen.km_tag, 0)}} |
| {{ $t('front_extern.detail_miet_add_km') }} | {{formatPrice($store.state.details.mietkonditionen.km_zuschlag_tag, 2)}} {{ $t('front_extern.detail_miet_pro_km') }} |
| {{ $t('front_extern.detail_miet_pro_weekend_title') }} | |
| {{ $t('front_extern.detail_miet_price') }} | {{formatPrice($store.state.details.mietkonditionen.miete_we, 0)}} {{ $t('front_extern.detail_miet_pro_weekend') }} |
| {{ $t('front_extern.detail_miet_free_km') }} | {{formatNum($store.state.details.mietkonditionen.km_we, 0)}} |
| {{ $t('front_extern.detail_miet_add_km') }} | {{formatPrice($store.state.details.mietkonditionen.km_zuschlag_we, 2)}} {{ $t('front_extern.detail_miet_pro_km') }} |
| {{ $t('front_extern.detail_miet_pro_woche_title') }} | |
| {{ $t('front_extern.detail_miet_price') }} | {{formatPrice($store.state.details.mietkonditionen.miete_woche, 0)}} {{ $t('front_extern.detail_miet_pro_woche') }} |
| {{ $t('front_extern.detail_miet_free_km') }} | {{formatNum($store.state.details.mietkonditionen.km_woche, 0)}} |
| {{ $t('front_extern.detail_miet_add_km') }} | {{formatPrice($store.state.details.mietkonditionen.km_zuschlag_woche, 2)}} {{ $t('front_extern.detail_miet_pro_km') }} |
| {{ $t('front_extern.detail_miet_kaution') }} | {{formatPrice($store.state.details.mietkonditionen.kaution, 0)}} |
| {{ $t('front_extern.detail_miet_selbst') }} | {{formatPrice($store.state.details.mietkonditionen.selbsbehalt, 0)}} |
| {{ $t('front_extern.detail_miet_versicherung') }} | {{ $store.state.details.mietkonditionen.versicherung['bezeichnung_' + $store.state.settings.lang] }} |
| {{ $t('front_extern.detail_bemerkung') }} | |
| {{ $t('front_extern.details_telefon') }} | {{ $store.state.details.standort.kunde_telefon ? $store.state.details.standort.kunde_telefon : $store.state.details.standort.kunde_mobile }} |
|---|---|
| {{ $t('front_extern.details_fax') }} | {{ $store.state.details.standort.kunde_telefon }} |