{{ form_label(form.allow_new_post, "Autoriser nouveau post", {'label_attr': {'class':'col-sm-3 control-label'}}) }}
{{ form_widget(form.allow_new_post, {'attr': {'class': 'form-control icheck'}}) }}
{{ form_errors(form.allow_new_post) }}
{{ form_row(form._token) }}