{% extends "MopaBootstrapSandboxBundle::layout.html.twig" %} {% from 'MopaBootstrapBundle::flash.html.twig' import session_flash %} {% block headline %}Errors in forms{% endblock headline %} {% block content %}
{{ form_widget(form) }}

The action to generate this page simulates the state after a form submission

The fields contain different error styles. Which get applied

{% endblock content %} {% set showTemplate = _self %}{% set showForm = formType %}