{% 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 == 'idContact' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idContact' %} {% if sortColumn == 'idContact' 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 == 'idAddress' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Address'|trans({}, 'Admin') }} {% if sortColumn == 'idAddress' %} {% if sortColumn == 'idAddress' 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_idContact %}{{ Contact.idContact }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idContact'!='idHistory' and 'idContact' in assocs|keys and Contact.idContact is not null %} {% endif %} | {% block list_td_column_idCivility %}{{ Contact.idCivility }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCivility'!='idHistory' and 'idCivility' in assocs|keys and Contact.idCivility is not null %} {% endif %} | {% block list_td_column_lbFirstname %}{{ Contact.lbFirstname }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbFirstname'!='idHistory' and 'lbFirstname' in assocs|keys and Contact.lbFirstname is not null %} {% endif %} | {% block list_td_column_lbLastname %}{{ Contact.lbLastname }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbLastname'!='idHistory' and 'lbLastname' in assocs|keys and Contact.lbLastname is not null %} {% endif %} | {% block list_td_column_lbTitle %}{{ Contact.lbTitle }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbTitle'!='idHistory' and 'lbTitle' in assocs|keys and Contact.lbTitle is not null %} {% endif %} | {% block list_td_column_lbEmail %}{{ Contact.lbEmail }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbEmail'!='idHistory' and 'lbEmail' in assocs|keys and Contact.lbEmail is not null %} {% endif %} | {% block list_td_column_lbPhone %}{{ Contact.lbPhone }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbPhone'!='idHistory' and 'lbPhone' in assocs|keys and Contact.lbPhone is not null %} {% endif %} | {% block list_td_column_lbMobile %}{{ Contact.lbMobile }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbMobile'!='idHistory' and 'lbMobile' in assocs|keys and Contact.lbMobile is not null %} {% endif %} | {% block list_td_column_lbFax %}{{ Contact.lbFax }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbFax'!='idHistory' and 'lbFax' in assocs|keys and Contact.lbFax is not null %} {% endif %} | {% block list_td_column_blDefault %} {% if Contact.blDefault %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDefault'!='idHistory' and 'blDefault' in assocs|keys and Contact.blDefault is not null %} {% endif %} | {% block list_td_column_idContactType %}{{ Contact.idContactType }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idContactType'!='idHistory' and 'idContactType' in assocs|keys and Contact.idContactType is not null %} {% endif %} | {% block list_td_column_idAddress %}{{ Contact.idAddress }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idAddress'!='idHistory' and 'idAddress' in assocs|keys and Contact.idAddress is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if Contact.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and Contact.blDeactivated is not null %} {% endif %} | {% block list_td_column_dtCreate %}{% if Contact.dtCreate %} {% set datetime_format = "d/m/Y" %} {{ Contact.dtCreate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtCreate'!='idHistory' and 'dtCreate' in assocs|keys and Contact.dtCreate is not null %} {% endif %} | {% block list_td_column_dtUpdate %}{% if Contact.dtUpdate %} {% set datetime_format = "d/m/Y" %} {{ Contact.dtUpdate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtUpdate'!='idHistory' and 'dtUpdate' in assocs|keys and Contact.dtUpdate is not null %} {% endif %} | {% block list_td_column_dtDeactived %}{% if Contact.dtDeactived %} {% set datetime_format = "d/m/Y" %} {{ Contact.dtDeactived|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtDeactived'!='idHistory' and 'dtDeactived' in assocs|keys and Contact.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 %} |