{% extends 'UpdoonAppBundle::base_private_extension.html.twig' %} {% block title %}{{ parent() }}Kunden • Hinzufügen{% endblock %} {% block content %}
{% if customer_add_form.vars.errors is not empty %} {% endif %} {% for message in app.session.flashbag.get('success') %} {% endfor %} {{ form_start(customer_add_form, {'attr' : {'class' : 'ui form'}}) }}