• {{ form_widget(form.q) }}
  • {{ form_widget(form.profile) }}
  • {#
  • {{ form_widget(form.chargeability) }}
  • #}
{% if bulk_form is defined %}
{{ form_widget(bulk_form.action) }} {{ form_widget(bulk_form.selectedIds) }}
{% endif %}