{% extends 'layout.html.twig' %} {% block content %} {{ include('Includes/content-default.html.twig') }} {% if not success %} {# see comment on objectForm template regarding the form theme #} {% form_theme form 'Form/default.html.twig' %} {{ form_start(form, { attr: { class: 'form-horizontal', role: 'form' } }) }}
We received the following information from you:
Firstname: {{ firstname }}
Lastname: {{ lastname }}
E-Mail: {{ email }}