{% extends "content/layout2022.html" %} {% load staticfiles %} {% load humanize %} {% block page-title %}{{ object.brand }} {{ object.model.name }} {{ object.version }} - Listino Prezzi Auto{% endblock page-title %} {% block meta-search %} {% for url in object.model.get_photo_url_list %} {% endfor %} {% endblock meta-search %} {% block ng_app %}{% endblock ng_app %} {% block active-prezzi-auto %}nav-active{% endblock %} {% block css %} {{ block.super }} {% endblock css %} {% block content %} {% include 'content/includes/_breadcrumbs.html' %}
{{ object.name }}
{{ object.brand.model_count }} modelli
{{ object.brand }} {{ object.model.name }}
{{ object.version }}
{% load l10n %} {% include 'content/includes/_share.html' %}
{{ object.price | intcomma }} €
{% if object.ecobonus != 0 %}
{% if object.ecobonus < 0 %} Ecobonus: {{ object.price | add:object.ecobonus | intcomma }} € ({{ object.ecobonus_perc | floatformat:2 }}%) * {% elif object.ecobonus > 0 %} Ecotassa: {{ object.price | add:object.ecobonus | intcomma }} € (+{{ object.ecobonus_perc | floatformat:2 }}%) * {% else %} Ecobonus: No * {% endif %}
{% endif %} {% if object.get_superbollo == None %}
Superbollo: N.D. **
{% elif object.get_superbollo %}
Superbollo: {{ object.get_superbollo | intcomma }} € (+{{ object.get_superbollo_perc | floatformat:2 }}%) **
{% endif %}
descrizione

{{ object.get_autocomposed_text }}

gallery di {{ object.brand.name }} {{ object.model.name }} {{ object.name }}
{% for video in object.model.get_video_url_list %} {% endfor %} {% for url in object.model.get_photo_url_list %} {% endfor %}
struttura di {{ object.brand }} {{ object.model.name }} {{ object.version }}
Tipo
{% if object.shape %} {{ object.shape }} {% else %} - {% endif %}
Destinazione d'uso
{% if object.target %} {{ object.target }} {% else %} - {% endif %}
Porte
{% if object.doors %} {{ object.doors }} porte {% else %} - {% endif %}
Posti
{% if object.seat %} {{ object.seat }} posti {% else %} - {% endif %}
Bagagliaio
{% if object.luggage %} {{ object.luggage }} litri {% else %} - {% endif %}
Bagagliaio max.
{% if object.luggage_max %} {{ object.luggage_max }} litri {% else %} - {% endif %}
Lunghezza
{% if object.length %} {{ object.length }} cm {% else %} - {% endif %}
Larghezza
{% if object.width %} {{ object.width }} cm {% else %} - {% endif %}
Altezza
{% if object.height %} {{ object.height }} cm {% else %} - {% endif %}
Massa
{% if object.weight %} {{ object.weight }} kg {% else %} - {% endif %}
Neopatentati
{% if object.driving == True %} Si {% elif object.driving == False %} No {% else %} - {% endif %}
Area C (Milano)
{% if object.area_c == True %} Si {% elif object.area_c == False %} No {% else %} - {% endif %}
Sicurezza
{{ object.model.get_safety }}
Motore di {{ object.brand }} {{ object.model.name }} {{ object.version }}
Tipo di motore
{% if object.engine %} {{ object.get_engine_display }} {% else %} - {% endif %}
Alimentazione
{% if object.fuel %} {{ object.get_fuel_display }} {% else %} - {% endif %}
Numero di motori
{% if object.number_of_engines %} {{ object.number_of_engines }} {% else %} 1 {% endif %}
Trazione
{% if object.traction %} {{ object.get_traction_display }} {% else %} - {% endif %}
Cambio
{% if object.gear %} {{ object.get_gear_display }} {% else %} - {% endif %}
{% if object.check_has_standard_engine or object.check_has_hybrid_engine %}
Motore Termico di {{ object.brand }} {{ object.model.name }} {{ object.version }}
Potenza massima
{% if not object.number_of_engines or object.number_of_engines == 1 %} {% if object.power_cv %} {{ object.power_cv }} CV / {{ object.power_kw }} kW {% else %} - {% endif %} {% else %} {% if object.combustion_engine_power_cv %} {{ object.combustion_engine_power_cv | stringformat:'d' }} CV {% else %} - {% endif %} / {% if object.combustion_engine_power_kw %} {{ object.combustion_engine_power_kw | stringformat:'d' }} kW {% else %} - {% endif %} {% endif %}
Coppia massima
{% if not object.number_of_engines or object.number_of_engines == 1 %} {% if object.torque_max %} {{ object.torque_max }} Nm {% else %} - {% endif %} {% else %} {% if object.combustion_engine_torque_Nm %} {{ object.combustion_engine_torque_Nm }} Nm {% else %} - {% endif %} {% endif %}
Cilindrata
{% if object.displ %} {{ object.displ }} cc {% else %} - {% endif %}
Serbatoio
{% if object.tank %} {{ object.tank }} litri {% else %} - {% endif %}
{% endif %} {% if object.check_has_electric_engine or object.check_has_hybrid_engine %}
Motore/i Elettrico/i di {{ object.brand }} {{ object.model.name }} {{ object.version }}
Potenza massima
{% if object.electric_engine_power_cv %} {{ object.electric_engine_power_cv | stringformat:'d' }} CV {% else %} - {% endif %} / {% if object.electric_engine_power_kw %} {{ object.electric_engine_power_kw | stringformat:'d' }} kW {% else %} - {% endif %}
Coppia massima
{% if object.electric_engine_torque_Nm %} {{ object.electric_engine_torque_Nm }} Nm {% else %} - {% endif %}
Capacità batterie
{% if object.batteries_capacity %} {{ object.batteries_capacity |floatformat:1 }} kWh {% else %} - {% endif %}
Capacità utile batterie
{% if object.usable_capacity %} {{ object.usable_capacity |floatformat:1 }} kWh {% else %} - {% endif %}
Caricabatteria di bordo
{% if object.on_board_battery_charger %} {{ object.on_board_battery_charger |floatformat:1 }} kW {% else %} - {% endif %}
T. di ricarica AC a 3,7 kW in
{% if object.ac_charging_time_at_3_7_kw %} {{ object.get_ac_charging_time_at_3_7_kw_display }} {% else %} - {% endif %}
T. di ricarica AC a 7,5 kW in
{% if object.ac_charging_time_at_7_5_kw %} {{ object.get_ac_charging_time_at_7_5_kw_display }} {% else %} - {% endif %}
T. di ricarica AC a 11 kW in
{% if object.ac_charging_time_at_11_kw %} {{ object.get_ac_charging_time_at_11_kw_display }} {% else %} - {% endif %}
T. di ricarica AC a 22 kW in
{% if object.ac_charging_time_at_22_kw %} {{ object.get_ac_charging_time_at_22_kw_display }} {% else %} - {% endif %}
T. di ricarica DC a 150 kW in
{% if object.dc_charging_time_at_150_kw %} {{ object.get_dc_charging_time_at_150_kw_display }} {% else %} - {% endif %}
Consumo medio elettrico
{% if object.get_average_electric_consumption %} {{ object.get_average_electric_consumption|floatformat:1 }} kWh/100 km {% else %} - {% endif %}
Sistema Propulsivo di {{ object.brand }} {{ object.model.name }} {{ object.version }}
Potenza di sistema
{% if object.total_power_cv %} {{ object.total_power_cv | stringformat:'d' }} CV {% else %} - {% endif %} / {% if object.total_power_kw %} {{ object.total_power_kw | stringformat:'d' }} kW {% else %} - {% endif %}
Coppia di sistema
{% if object.total_torque_Nm %} {{ object.total_torque_Nm }} Nm {% else %} - {% endif %}
{% endif %}
Prestazioni di {{ object.brand }} {{ object.model.name }} {{ object.version }}
Accelerazione
{% if object.acc %} {{ object.acc }} sec (0-100 km/h) {% else %} - {% endif %}
Velocità (max.{% if object.top_speed_in_EV %}-max.EV{% endif %})
{% if object.speed %} {{ object.speed }} {% endif %} {% if object.speed and object.top_speed_in_EV %} - {% endif %} {% if object.top_speed_in_EV %} {{ object.top_speed_in_EV }} {% endif %} {% if not object.speed and not object.top_speed_in_EV %} - {% endif %} km/h
Peso/potenza
{% if object.power_weight %} {{ object.power_weight }} kg/CV {% else %} - {% endif %}
Potenza specifica
{% if object.check_has_electric_engine %} - {% else %} {% if object.power_spec %} {{ object.power_spec }} CV/litro {% else %} - {% endif %} {% endif %}
Autonomia totale
{% if object.total_autonomy_in_km %} {{ object.total_autonomy_in_km | stringformat:'d' }} km {% else %} - {% endif %}
Classe emissioni
{% if object.pollution %} {{ object.get_pollution_display }} {% else %} - {% endif %}
Percorrenza media
{% if object.check_has_electric_engine %} {% if object.electric_average_mileage %} {{ object.electric_average_mileage }} km/kWh {% else %} - {% endif %} {% else %} {% if object.kml_mix %} {{ object.kml_mix }} km/litro {% else %} - {% endif %} {% endif %}
Consumo medio
{% if object.check_has_electric_engine %} {% if object.get_average_electric_consumption %} {{ object.get_average_electric_consumption|floatformat:1 }} kWh/100 km {% else %} - {% endif %} {% else %} {% if object.cons_mix %} {{ object.cons_mix }} litri/100 km {% else %} - {% endif %} {% endif %}
Emissioni CO2
{% if object.co2 %} {{ object.co2 }} g/km {% else %} - {% endif %}
{% if object.engine == 'TE' or object.engine == 'HEV' or object.engine == 'PHEV' %}
Autonomia EV
{% if object.electric_autonomy_in_km %} {{ object.electric_autonomy_in_km }} km {% else %} - {% endif %}
{% endif %}
{% if equipments_1 %}
dotazioni di serie di {{ object.brand }} {{ object.model.name }} {{ object.version }}
{% for equipment in equipments_1 %}
{{ equipment.carmodel_equipment.description }}
{% endfor %}
{% if equipments_2 %}
{% for equipment in equipments_2 %}
{{ equipment.carmodel_equipment.description }}
{% endfor %}
{% endif %}
{% endif %} {% if object.get_last_sale %}
dati di vendita di {{ object.brand.name }} {{ object.model.name }}

{{ object.model.get_last_sale.period }} sono state vendute {{ object.model.get_last_sale.sold }} {{ object.brand.name }} {{ object.name }}

{% endif %}

*EcoBonus / EcoTassa:
EcoBonus: dal 17/05/2022 è previsto uno sconto una tantum per l’acquisto di un’auto nuova con emissioni di CO2 comprese tra 0 e 135 g/km.
L’incentivo si applica alle auto con prezzo di listino (accessori inclusi, IVA, IPT e messa su strada escluse) non superiore i 35.000€ (45.000€ per le auto con emissioni da 21 a 60 g/km) ed è pari a 5.000€ con rottamazione e 3.000€ senza rottamazione per le auto nuove con emissioni di CO2 di 0-20 g/km; 4.000€-2.000€ per vetture con emissioni di CO2 di 21-60 g/km e 2.000€ per quelle con emissioni di CO2 di 61-135 g/km (solo a fronte di rottamazione). Nel calcolo riportato sopra si considera sempre la rottamazione di un veicolo Euro 0,1, 2, 3 o 4 a fronte dell’acquisto del nuovo.
EcoTassa: imposta una tantum per i veicoli che emettono più di 160 g/km di CO2 da saldare al momento dell’acquisto. L’EcoTassa è pari a: 1.100€ per le vetture con emissioni tra 161 e 175 g/km di CO2; 1.600€ per la fascia 176-200 g/km; 2.000€ per quella 201-250 g/km e 2.500€ se oltre 250 g/km. L’imposta va saldata al momento dell’acquisto del veicolo nuovo e usato se immatricolato dopo il 1° marzo 2019.

**superbollo: sovrattassa annuale di 20€ per kW eccedente i 185 kW di potenza massima del solo motore termico.

{# #} {#
#} {#
download TODO
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
Scarica
#} {#
#} {#
#} {# Brochure di {{ object.brand }} {{ object.model.name }} {{ object.version }}#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
Scarica
#} {#
#} {#
#} {# Listino di {{ object.brand }} {{ object.model.name }} {{ object.version }}#} {#
#} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {#
notizie dalla redazione motori di
#} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {#
#}
{% endblock content %} {% block aside %} {{ block.super }} {% include 'content/includes/_versioni_simili_altri_modelli.html' %} {% include 'content/includes/_versioni_simili_stesso_modello.html' %} {% include 'content/includes/_modelli_simili.html' %} {% endblock aside %} {% block scripts %} {{ block.super }} {# {% include 'content/includes/_share_scripts.html' %} #} {% endblock scripts %}