{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block title %} {{ parent() }} - {% trans from "Admin" %}Customers list{% endtrans %} {% endblock %} {% block body %} {% block page_title %}

{% trans from "Admin" %}Customers list{% endtrans %}

{% endblock %} {{ block('actionsmenu') }}
{% for customer in Customers %} {% endfor %}
Id Account No Customer Name Managing Branch Desc Active
{{customer.idCustomer}} {{customer.cdCustomer}} {{customer.lbCustomer}} {{customer.idBranch}} {{customer.blDeactivated}}

Show more customers

{% endblock %} {% block actionsmenu %}
{% block contentactionsmenu %} {% block list_actions %} {% endblock %} {% endblock %}
{% endblock %}