{% for photo in photos %}
{% endfor %}
{% if photos|length > 1 %}
Photos à venir
Cette jante sera bientôt illustrée.
{{ jante.getStock() > 0 ? 'Disponible' : 'Rupture de stock' }}
{{ jante.getReference() }}
{{ jante.getMarque() }} {{ jante.getModele() }}
Présentation premium de cette jante disponible en showroom.
{% if jante.getMarque() %}
{% if jante.getDescription() %}
Marque{{ jante.getMarque() }}
{% endif %}
{% if jante.getModele() %}
Modèle{{ jante.getModele() }}
{% endif %}
{% if jante.getReference() %}
Référence{{ jante.getReference() }}
{% endif %}
{% if jante.getDiametre() is not null %}
Diamètre{{ jante.getDiametre() }} pouces
{% endif %}
{% if jante.getLargeur() is not null %}
Largeur{{ jante.getLargeur() }}"
{% endif %}
{% if jante.getEntraxe() %}
Entraxe{{ jante.getEntraxe() }}
{% endif %}
{% if jante.getCouleur() %}
Couleur{{ jante.getCouleur() }}
{% endif %}
Prix{{ '%0.3f'|format(jante.getPrix() ?: 0) }} DT
Stock{{ jante.getStock() }}
Présentation
{{ jante.getDescription()|raw }}
Les informations et disponibilités peuvent être mises à jour.