{% extends "customers/index.html" %} {% load i18n %} {% block toolbar %}
{% trans "Name" %} | {% trans "Email" %} | {% trans "Phone" %} | {% trans "Address" %} | {% trans "Postal Code" %} | {% trans "City" %} | |
---|---|---|---|---|---|---|
{{ i.fullname }} | {{ i.email }} | {{ i.phone }} | {{ i.street_address }} | {{ i.zip_code }} | {{ i.city }} | |
{% trans "No customers found" %} |