{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Contacts list{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Contacts list{% endtrans %}
{% endif %} | {% if sortColumn == 'idContactProvider' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idContactProvider' %} {% if sortColumn == 'idContactProvider' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idCivility' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Salutation'|trans({}, 'Admin') }} {% if sortColumn == 'idCivility' %} {% if sortColumn == 'idCivility' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbFirstname' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'First name'|trans({}, 'Admin') }} {% if sortColumn == 'lbFirstname' %} {% if sortColumn == 'lbFirstname' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbLastname' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Last name'|trans({}, 'Admin') }} {% if sortColumn == 'lbLastname' %} {% if sortColumn == 'lbLastname' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbTitle' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Job title'|trans({}, 'Admin') }} {% if sortColumn == 'lbTitle' %} {% if sortColumn == 'lbTitle' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbEmail' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Email'|trans({}, 'Admin') }} {% if sortColumn == 'lbEmail' %} {% if sortColumn == 'lbEmail' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbPhone' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Phone nb'|trans({}, 'Admin') }} {% if sortColumn == 'lbPhone' %} {% if sortColumn == 'lbPhone' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbMobile' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Mobile nb'|trans({}, 'Admin') }} {% if sortColumn == 'lbMobile' %} {% if sortColumn == 'lbMobile' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbFax' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Fax nb'|trans({}, 'Admin') }} {% if sortColumn == 'lbFax' %} {% if sortColumn == 'lbFax' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'blDefault' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Contact by default'|trans({}, 'Admin') }} {% if sortColumn == 'blDefault' %} {% if sortColumn == 'blDefault' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idContactType' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Contact type'|trans({}, 'Admin') }} {% if sortColumn == 'idContactType' %} {% if sortColumn == 'idContactType' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idAddressProvider' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Address'|trans({}, 'Admin') }} {% if sortColumn == 'idAddressProvider' %} {% if sortColumn == 'idAddressProvider' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'blDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Active'|trans({}, 'Admin') }} {% if sortColumn == 'blDeactivated' %} {% if sortColumn == 'blDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtCreate' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Create at'|trans({}, 'Admin') }} {% if sortColumn == 'dtCreate' %} {% if sortColumn == 'dtCreate' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtUpdate' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Update at'|trans({}, 'Admin') }} {% if sortColumn == 'dtUpdate' %} {% if sortColumn == 'dtUpdate' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtDeactived' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Deactivation date'|trans({}, 'Admin') }} {% if sortColumn == 'dtDeactived' %} {% if sortColumn == 'dtDeactived' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if isSelect is not defined or isSelect!=1 %}{% trans from "Admingenerator" %}list.header.actions{% endtrans %} | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% endif %} | {% block list_td_column_idContactProvider %}{{ ContactProvider.idContactProvider }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idContactProvider'!='idHistory' and 'idContactProvider' in assocs|keys and ContactProvider.idContactProvider is not null %} {% endif %} | {% block list_td_column_idCivility %}{{ ContactProvider.idCivility }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCivility'!='idHistory' and 'idCivility' in assocs|keys and ContactProvider.idCivility is not null %} {% endif %} | {% block list_td_column_lbFirstname %}{{ ContactProvider.lbFirstname }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbFirstname'!='idHistory' and 'lbFirstname' in assocs|keys and ContactProvider.lbFirstname is not null %} {% endif %} | {% block list_td_column_lbLastname %}{{ ContactProvider.lbLastname }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbLastname'!='idHistory' and 'lbLastname' in assocs|keys and ContactProvider.lbLastname is not null %} {% endif %} | {% block list_td_column_lbTitle %}{{ ContactProvider.lbTitle }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbTitle'!='idHistory' and 'lbTitle' in assocs|keys and ContactProvider.lbTitle is not null %} {% endif %} | {% block list_td_column_lbEmail %}{{ ContactProvider.lbEmail }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbEmail'!='idHistory' and 'lbEmail' in assocs|keys and ContactProvider.lbEmail is not null %} {% endif %} | {% block list_td_column_lbPhone %}{{ ContactProvider.lbPhone }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbPhone'!='idHistory' and 'lbPhone' in assocs|keys and ContactProvider.lbPhone is not null %} {% endif %} | {% block list_td_column_lbMobile %}{{ ContactProvider.lbMobile }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbMobile'!='idHistory' and 'lbMobile' in assocs|keys and ContactProvider.lbMobile is not null %} {% endif %} | {% block list_td_column_lbFax %}{{ ContactProvider.lbFax }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbFax'!='idHistory' and 'lbFax' in assocs|keys and ContactProvider.lbFax is not null %} {% endif %} | {% block list_td_column_blDefault %} {% if ContactProvider.blDefault %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDefault'!='idHistory' and 'blDefault' in assocs|keys and ContactProvider.blDefault is not null %} {% endif %} | {% block list_td_column_idContactType %}{{ ContactProvider.idContactType }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idContactType'!='idHistory' and 'idContactType' in assocs|keys and ContactProvider.idContactType is not null %} {% endif %} | {% block list_td_column_idAddressProvider %}{{ ContactProvider.idAddressProvider }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idAddressProvider'!='idHistory' and 'idAddressProvider' in assocs|keys and ContactProvider.idAddressProvider is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if ContactProvider.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and ContactProvider.blDeactivated is not null %} {% endif %} | {% block list_td_column_dtCreate %}{% if ContactProvider.dtCreate %} {% set datetime_format = "d/m/Y" %} {{ ContactProvider.dtCreate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtCreate'!='idHistory' and 'dtCreate' in assocs|keys and ContactProvider.dtCreate is not null %} {% endif %} | {% block list_td_column_dtUpdate %}{% if ContactProvider.dtUpdate %} {% set datetime_format = "d/m/Y" %} {{ ContactProvider.dtUpdate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtUpdate'!='idHistory' and 'dtUpdate' in assocs|keys and ContactProvider.dtUpdate is not null %} {% endif %} | {% block list_td_column_dtDeactived %}{% if ContactProvider.dtDeactived %} {% set datetime_format = "d/m/Y" %} {{ ContactProvider.dtDeactived|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtDeactived'!='idHistory' and 'dtDeactived' in assocs|keys and ContactProvider.dtDeactived is not null %} {% endif %} | {% endblock %} {% block list_object_actions %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %}{% endif %} {% endblock %} |