{% load humanize %} {% if similar_models %}
altri modelli simili
{% for similar_model in similar_models %}
da {{ similar_model.model.get_cars_range_prices.price__min | intcomma }} €
{% endfor %}
{% endif %}