{{ form_start(form) }}
{{ form_row(form.price, {'attr' : { 'placeholder' : "Le price de la couture" | trans }}) }}
{{ form_row(form.currency, {'attr' : { 'placeholder' : "La monnaie" | trans }}) }}
{{ form_row(form.type, {'attr' : { 'placeholder' : "La monnaie" | trans }}) }}
{{ form_row(form.status, {'attr' : { 'placeholder' : "La monnaie" | trans }}) }}
{{ form_row(form.dueDate, {'attr' : { 'placeholder' : "La monnaie" | trans }}) }}
{{ form_row(form.client, {'attr' : { 'placeholder' : "La monnaie" | trans }}) }}
{{ form_widget(form.measuredata.vars.button_add, {label: '+ Add Item', attr: {class: 'btn btn-outline-primary'}}) }}
{{ form_end(form) }}