{% 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 %}

{% endblock %} {{ block('actionsmenu') }}
{% block list_scopes %} {% endblock %} {% block form_batch_actions %} {% endblock %} {% block list_thead %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% if isMulti is defined and isMulti==1 %} {% endif %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% endblock %} {% block list_tbody %} {% if ContactPops|length > 0 %} {% for ContactPop in ContactPops %} {% if 1 %} {% set oddclass=(loop.index0 % 2 == 0 ?'ginaodd':'ginaeven') %}{% block list_row %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% if isMulti is defined and isMulti==1 %} {% endif %} {% endblock %} {% block list_object_actions %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %} {% endif %} {% endblock %} {% endif %} {% endfor %} {% endif %} {% endblock %}
{% if sortColumn == 'idContactPop' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idContactPop' %} {% if sortColumn == 'idContactPop' 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 == '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 %} {{ 'Deactivation date'|trans({}, 'Admin') }}{% trans from "Admingenerator" %}list.header.actions{% endtrans %}
{% block list_td_column_idContactPop %}{{ ContactPop.idContactPop }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idContactPop'!='idHistory' and 'idContactPop' in assocs|keys and ContactPop.idContactPop is not null %} {% endif %} {% block list_td_column_idCivility %}{{ ContactPop.idCivility }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCivility'!='idHistory' and 'idCivility' in assocs|keys and ContactPop.idCivility is not null %} {% endif %} {% block list_td_column_lbFirstname %}{{ ContactPop.lbFirstname }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbFirstname'!='idHistory' and 'lbFirstname' in assocs|keys and ContactPop.lbFirstname is not null %} {% endif %} {% block list_td_column_lbLastname %}{{ ContactPop.lbLastname }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbLastname'!='idHistory' and 'lbLastname' in assocs|keys and ContactPop.lbLastname is not null %} {% endif %} {% block list_td_column_lbTitle %}{{ ContactPop.lbTitle }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbTitle'!='idHistory' and 'lbTitle' in assocs|keys and ContactPop.lbTitle is not null %} {% endif %} {% block list_td_column_lbEmail %}{{ ContactPop.lbEmail }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbEmail'!='idHistory' and 'lbEmail' in assocs|keys and ContactPop.lbEmail is not null %} {% endif %} {% block list_td_column_lbPhone %}{{ ContactPop.lbPhone }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbPhone'!='idHistory' and 'lbPhone' in assocs|keys and ContactPop.lbPhone is not null %} {% endif %} {% block list_td_column_lbMobile %}{{ ContactPop.lbMobile }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbMobile'!='idHistory' and 'lbMobile' in assocs|keys and ContactPop.lbMobile is not null %} {% endif %} {% block list_td_column_lbFax %}{{ ContactPop.lbFax }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbFax'!='idHistory' and 'lbFax' in assocs|keys and ContactPop.lbFax is not null %} {% endif %} {% block list_td_column_blDefault %} {% if ContactPop.blDefault %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDefault'!='idHistory' and 'blDefault' in assocs|keys and ContactPop.blDefault is not null %} {% endif %} {% block list_td_column_blDeactivated %} {% if ContactPop.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and ContactPop.blDeactivated is not null %} {% endif %} {% block list_td_column_dtCreate %}{% if ContactPop.dtCreate %} {% set datetime_format = "d/m/Y" %} {{ ContactPop.dtCreate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtCreate'!='idHistory' and 'dtCreate' in assocs|keys and ContactPop.dtCreate is not null %} {% endif %} {% block list_td_column_dtUpdate %}{% if ContactPop.dtUpdate %} {% set datetime_format = "d/m/Y" %} {{ ContactPop.dtUpdate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtUpdate'!='idHistory' and 'dtUpdate' in assocs|keys and ContactPop.dtUpdate is not null %} {% endif %} {% block list_td_column_dtDeactived %}{{ ContactPop.dtDeactived }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtDeactived'!='idHistory' and 'dtDeactived' in assocs|keys and ContactPop.dtDeactived is not null %} {% endif %}
{% if ContactPops|length == 0 %}
{% trans from "Admingenerator" %}list.no.results{% endtrans %}
{% endif %}
{% block list_batch_actions %} {% if isMulti is defined and isMulti==1 %}
{% endif %} {% endblock %}
{% block list_paginator %} {% endblock %}
{% block endform_batch_actions %} {% endblock %}
{% block filters %} {% endblock %} {% block preferences %} {% endblock %} {% endblock %} {% block actionsmenu %}
{% block contentactionsmenu %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %} {% block list_actions %} {% if isMulti is not defined or isMulti!=1 %} {% endif %} {% endblock %} {% endif %} {% if (isSelect is defined and isSelect==1) or (isMulti is defined and isMulti==1) %} {% endif %} {% endblock %}
{% endblock %}