{% extends "base.html.twig" %}
{% block title %}SAINT-LEMAN ADMIN{% endblock %}
{% block body %}
{#################################################}
{# block body of the page for the add of Procut #}
{#################################################}
Nouveau Produit
{##########################################################}
{# main of the page for the add of Procut width the form #}
{##########################################################}
{{ form_start(formProduct) }}
Formulaire Du Produit
{{ form_row(formProduct.name,
{'attr': {'placeholder': "Nom du produit",'class': "form-control small"} })}}
{{ form_row(formProduct.type,
{'attr':{'placeholder': "type de produit",'class': "form-control small"} })}}