{% extends 'teamer/layout.html.twig' %} {% block title %}Datenbestätigung{% endblock %} {% block content %} {{ form_start(form) }}
Bitte prüfe, ob deine hinterlegten Daten noch aktuell sind, und bestätige sie.
{% if not form.vars.valid %} {% embed '_partials/_alert.html.twig' with { 'type': 'warning' } %} {% block message %} {% include '_partials/_form_errors.html.twig' with { 'form': form } %} {% endblock %} {% endembed %} {% endif %}Stimmt etwas nicht? Daten im Profil ändern