{% extends 'base.html.twig' %} {% block sectionTitle %}Clienti {% endblock %} {% block sectionButtons %} {% endblock %} {% block javascripts %} {% endblock %} {% block content %}
{% for customer in customers %} {% endfor %}
Ragione Sociale P.IVA Indirizzo CAP Città Tipo cliente Azioni
{{ customer.fullName }} {{ customer.vatNumber|default("-")}} {{ customer.address }} {{ customer.zip }} {{ customer.city }} {{ customer.customerType.description }}
{% endblock %}