{{ with_selected_checkbox('payments_list2', form.entity.id) }} |
) }}) |
{{ form_errors(form.form.user) }} {{ form_widget(form.form.user,{'id': 'user_'~ form.entity.id }) }} |
{{ form_errors(form.form.date) }}
|
{{ form.entity.account }} |
{{ form_errors(form.form.reference) }} {{ form_widget(form.form.reference,{'id': 'reference_'~ form.entity.id }) }} |
{{ form_errors(form.form.description) }} {{ form_widget(form.form.description,{'id': 'description_'~ form.entity.id }) }} |
{{ form_errors(form.form.amount) }} {{ form_widget(form.form.amount,{'id': 'amount_'~ form.entity.id }) }} |
|
= '0' %} style="color:#808080;" {% endif %} > |
{{ form_rest(form.form) }} |