{% extends "content/layout.html" %} {% load staticfiles %} {% load humanize %} {% block page-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' %}
al debutto sul mercato
{% for model in models_in_home %}
{# #}
{{ model.brand.name }}
{{ model.name }}

da {{ model.get_cars_range_prices.price__min | intcomma }} €
{% endfor %}
{% for object in object_list %} {% endfor %}
{% endblock content %} {% block aside %} {{ block.super }} {% include 'content/includes/_debutto.html' %} {% include 'content/includes/_classifiche.html' %} {% endblock aside %}