{% for attribut in categorie.produitAttributs %}
{% if attribut.type == "BOOL" %} {% elseif attribut.type == "VARCHAR" %} {% elseif attribut.type == "TEXT" %} {% elseif attribut.type == "INT" %} {% elseif attribut.type == "FLOAT" %} {% elseif attribut.type == "DATE" %} {% else %} {% endif %}
{% endfor %}