{% extends "content/layout.html" %} {% load staticfiles %} {% load humanize %} {% block page-title %}{{ object.title }} - Listino Prezzi Auto - Corriere.it{% endblock page-title %} {% block ng_app %}{% endblock ng_app %} {% block active-prezzi-auto %}nav-active{% endblock %} {% block content %} {% include 'content/includes/_breadcrumbs.html' %}
{{ object.title }}
{{ object.description }} {{ object.get_last_sale_period.name|lower }}
Dati: Ministero dei Trasporti e delle Infrastrutture
Elab: UNRAE, Publieditor

{% if stats %}
{% for item in stats %} {% with model=item.models.0 value=item.value %}
{% ifchanged value %} {{ forloop.counter }}° {% else %} = {% endifchanged %}
{{ model.name }}
{% endwith %} {% endfor %} {% endif %}

Sono mostrati al massimo i primi 50 modelli in classifica

{% endblock %} {% block aside %} {{ block.super }} {% include 'content/includes/_classifiche.html' %} {% endblock aside %}