Liste des états

{% if is_granted("ROLE_ADMINISTRATION_STATE_PRODUCT_NEW") %} {% endif %}
{% for stateProduct in stateProducts %} {% endfor %}
# Nom Type Description Actions
{{ stateProduct.id }} {{ stateProduct.name }}
    {% for type in stateProduct.type %}
  • {% if type == "p" %} Produit {% elseif type == "pf" %} Produit suivi {% elseif type == "mtn" %} Maintenance {% else %} {% endif %}
  • {% endfor %}
{{ stateProduct.description }} {% if is_granted("ROLE_ADMINISTRATION_STATE_PRODUCT_VIEW") %} {% endif %} {% if is_granted("ROLE_ADMINISTRATION_STATE_PRODUCT_EDIT") %} {% endif %}