{# @author: Benjamin AMOUZOU #} {% extends "commercial/template-commercial.html.twig" %} {% block titre_enfant %} Produit fini {% endblock %} {% block contenu_principal_commercial %}
{% include('template-message.html.twig') %}
Edition produit fini
{{ form_errors(form) }}
{{form_label(form.denomination,"Dénomination", {'label_attr': {'class': 'col-form-label col-form-label-sm'}})}} *
{{form_widget(form.denomination, {'attr': {'class': 'form-control form-control-sm'}})}}
{{form_label(form.familleMatiere,"Famille de matière", {'label_attr': {'class': 'col-form-label col-form-label-sm'}})}}
{{form_widget(form.familleMatiere, {'attr': {'class': 'custom-select custom-select-sm'}})}}
{{form_label(form.description,"Description", {'label_attr': {'class': 'col-form-label col-form-label-sm'}})}}
{{form_widget(form.description, {'attr': {'class': 'form-control form-control-sm'}})}}
{{form_label(form.image,"Image", {'label_attr': {'class': 'col-form-label col-form-label-sm'}})}}
{{form_widget(form.image, {'attr': {'class': 'form-control-file form-control-sm pl-0'}})}}
{{ form_row(form._token) }}
  Annuler
{% endblock %} {% block script %} {% endblock %}