{% for customer in customers %} {% if customer.id != 0 %} {% endif %} {% endfor %}
{{ 'customer.firstname'|trans }} {{ 'customer.lastname'|trans }} {{ 'customer.birthday'|trans }}
{{ customer.firstname }} {{ customer.lastname }} {% if customer.birthday %} {{ customer.birthday|date('d.m.Y') }} {% endif %}
{% include 'paginator.html.twig' with { 'url' : '#' } %}