{% for message in app.flashes('danger') %} {% endfor %} {{ form_start(form) }} {{ form_row(form.name) }} {{ form_end(form) }}