{{ form_start(form) }}
{{ form_widget(form.price, {'attr': {'placeholder': 'Prix'}}) }}
{{ form_errors(form.title) }} {{ form_widget(form.title, {'attr': {'placeholder': 'Nouvelle ligne de facture'}}) }}
{# @TODO Fix button not adding line #}
{{ form_end(form) }}