{% extends 'base.html.twig' %} {% block body %}
{% if customers %}
{# #} {# #} {# #} {% for customer in customers %} {# #} {# #} {# #} {% endfor %}
# ImiÄ™ i nazwisko AdresNIPE-mailData prawomocnosci Data obwieszczeniaAkcja
{{ loop.index }} {{ customer.strName }} {{ customer.strAddress }}{{ customer.intNIP }}{{ customer.strEmail }}{{ customer.dateLegitimacy | date("d-m-Y") }} {{ customer.dateProclamation | date("d-m-Y") }}
{% endif %}
{% endblock %}