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