{% block custom_field_title_widget %} {{ form.vars.attr.title }} {% endblock custom_field_title_widget %} {# render an alement in a choice list #} {% block cf_choices_list_widget %} {{ form_row(form.name) }} {{ form_row(form.active) }} {{ form_row(form.slug) }} {% endblock cf_choices_list_widget %} {# render the possibility to add different elements in a choice list #} {% block cf_choices_widget %} {{ form(form) }}