{% if object.content.sector %} {{ object.content.sector.name }} {% endif %} {% comment %} {% if object.content.categories %} {% for category in object.content.categories.all %} {% endfor %} {% endif %} {% endcomment %} {% if object.content.kind %} {{ object.content.kind.name }} {% endif %}
{% if object.content.car_details %} {% for car_detail in object.content.car_details.all %} {% if car_detail.corporate and car_detail.corporate.name %} {{ car_detail.corporate.name }} {% endif %} {% endfor %} {% endif %} {% if object.content.car_details %} {% for car_detail in object.content.car_details.all %} {% if car_detail.brand and car_detail.brand.name %} {{ car_detail.brand.name }} {% endif %} {% endfor %} {% endif %}