{% load humanize %}
{% if c.price %}{{ c.price | intcomma }}{% else %} - {% endif %}
{% if c.fuel %}{{ c.fuel }}{% else %} - {% endif %}
{% if c.layout %}{{ c.layout }}{% else %} - {% endif %}
{% if c.displ %}{{ c.displ }}{% else %} - {% endif %}
{% if c.power_cv %}{{ c.power_cv }}/{{ c.power_kw }}{% else %} - {% endif %}
{% if c.traction %}{{ c.traction }}{% else %} - {% endif %}
{% if c.kml_mix %}{{ c.kml_mix }}{% else %} - {% endif %}
{% if c.co2 %}{{ c.co2 }}{% else %} - {% endif %}