{% load humanize %} {% if models_in_aside %}
Al debutto sul mercato
{% for model in models_in_aside %}
{{ model.brand.name }}
{{ model.brand.name }} {{ model.name }}

da {{ model.get_cars_range_prices.price__min | intcomma }} €

{% endfor %}
{% endif %}