{% extends 'base.html.twig' %} {% block title %}Etat produit : {{stateProduct.name}}{% endblock %} {% block title_page %}Etat produit : {{stateProduct.name}}{% endblock %} {% block container_start %}

{% if is_granted("ROLE_ADMINISTRATION_ROLE") %} {% endif %} {% if is_granted("ROLE_ADMINISTRATION_ROLE") %} {% endif %}
Identifiant :
{{stateProduct.id}}
Nom :
{{stateProduct.name}}
Type :
    {% for type in stateProduct.type %}
  • {% if type == "p" %} Produit {% elseif type == "pf" %} Produit suivi {% elseif type == "mtn" %} Maintenance {% else %} {% endif %}
  • {% endfor %}
Description :
{{stateProduct.description}}
{#
Print
#}
{% endblock %}