{% set active ="" %} {% extends 'base.html.twig' %} {% block title %}Edit Details{% endblock %} {% block body %}

Edit Details : {{ detail }}

{% if detail.hasCommandeFournisseur() %} Voir Cmd FRN {% endif %}
{{ include('CRUD/details/_form.html.twig', {'button_label': 'Update'}) }}
{% if detail.isService() %}
Nom Quantite TTC
{{ detail.article }} {{ detail.article.quantite }} {{ detail.article.ttc }} Set TTC to 0
{% endif %}
back to list {{ include('CRUD/details/_delete_form.html.twig') }}
{% endblock %}