{% extends 'base.html.twig' %} {% block title %}{% endblock %} {% block body %}

{{ product.label }}

{% if product.brandId != null %}
{{ product.brandId.label }}
{% endif %}
{% if taux != null %} {{ newPrice|number_format(0, '', ' ') }} DZD {{ product.price |number_format(0, '', ' ')}}{% trans %}DZD{% endtrans %} -{{ taux }}% {% else %} {{ product.price |number_format(0, '', ' ')}} {% trans %}DZD{%endtrans %} {% endif %} {# 6 000{% trans %}DZD{% endtrans %}#}

{#

other board in the K2 line-up pops harder or slashes heavier while offering the perfect balance of power and finesse. Bambooyah/Honeycomb Blended Core is the power-plant to this All Mountain Freestyle board blended with Carbon Ollie Bar and Carbon Web additives to

#}
{% trans %}Quantité{% endtrans %}:
{% if criteria is not null %} {% for key,array in criteria %}
{{ key|trans }} :
{% if key|lower == 'taille' %}

{% trans %}Guide de taille{% endtrans %} : {% trans %}Choisissez une taille et ses dimensions seront calculées.{% endtrans %}

{% endif %}
{% endfor %} {% endif %} {% if criteria is not null and criteria.Taille is defined %} {% trans %}Afficher le guide des tailles{% endtrans %} {% endif %}
{% endblock %} {% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}