{% extends 'UpdoonAppBundle::base_private_extension.html.twig' %} {% block title %}{{ parent() }}Kunden • Suche{% endblock %} {% block content %}
{% if results is defined %} {% endif %} {{ include('UpdoonAppBundle::Customer/customer_table.html.twig') }} {{ include('UpdoonAppBundle::Customer/customer_delete_modal.html.twig') }} {% endblock %}