{% extends 'base.html' %} {% load i18n %} {% load static %} {% block title %} {{ _("Customers") |capfirst }} {% endblock title %} {% block vendors %}{{ _("Customers") |capfirst }}{% endblock %} {% block content %} {% if customers or request.GET.q %}
| {{ _("Name") |capfirst }} |
|
|
|
|
|
{{ _("Create date") }} | ||
|---|---|---|---|---|---|---|---|---|
| {% if perms.inventory.view_customer %} | {% endif %} | {{ customer.email }} | {{ customer.phone_number }} | {{ customer.national_id }} | {{ customer.address }} | {% if customer.active %} {{ customer.active }} {% else %} {{ customer.active }} {% endif %} | {{ customer.created|date }} | {% if perms.inventory.change_customer %} {% endif %} {% if perms.inventory.delete_customer %} {% endif %} |
| {% trans "No Customers found." %} | ||||||||