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

What's included

Shown on the left are some of the default form controls supported

Watch out that every control has a bunch of options to define in the form classes

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