{% extends "content/base_default.html" %} {% load staticfiles %} {% load humanize %} {% block layout %}
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 %}
Le classifiche più recenti
{% for hit in hits %} {% endfor %}
Oltre 20 Classifiche dalla Redazione Motori
{% endblock layout %}