{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Slot list{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Slot list{% endtrans %}
{% endif %} | {% if sortColumn == 'idSlot' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idSlot' %} {% if sortColumn == 'idSlot' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdSlot' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Slot number'|trans({}, 'Admin') }} {% if sortColumn == 'cdSlot' %} {% if sortColumn == 'cdSlot' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbSlot' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Slot Description'|trans({}, 'Admin') }} {% if sortColumn == 'lbSlot' %} {% if sortColumn == 'lbSlot' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'nbCards' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Number of cards'|trans({}, 'Admin') }} {% if sortColumn == 'nbCards' %} {% if sortColumn == 'nbCards' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'nbNumber' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Slot Number'|trans({}, 'Admin') }} {% if sortColumn == 'nbNumber' %} {% if sortColumn == 'nbNumber' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'blCardHorizontal' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Horizontal card'|trans({}, 'Admin') }} {% if sortColumn == 'blCardHorizontal' %} {% if sortColumn == 'blCardHorizontal' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'urlImage' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Urlimage'|trans({}, 'Admin') }} {% if sortColumn == 'urlImage' %} {% if sortColumn == 'urlImage' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'blSlotForRef' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Used for connection path'|trans({}, 'Admin') }} {% if sortColumn == 'blSlotForRef' %} {% if sortColumn == 'blSlotForRef' 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 == 'dtDeactivated' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Deactivation date'|trans({}, 'Admin') }} {% if sortColumn == 'dtDeactivated' %} {% if sortColumn == 'dtDeactivated' 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_idSlot %}{{ Slot.idSlot }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idSlot'!='idHistory' and 'idSlot' in assocs|keys and Slot.idSlot is not null %} {% endif %} | {% block list_td_column_cdSlot %}{{ Slot.cdSlot }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdSlot'!='idHistory' and 'cdSlot' in assocs|keys and Slot.cdSlot is not null %} {% endif %} | {% block list_td_column_lbSlot %}{{ Slot.lbSlot }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbSlot'!='idHistory' and 'lbSlot' in assocs|keys and Slot.lbSlot is not null %} {% endif %} | {% block list_td_column_nbCards %}{{ Slot.nbCards }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'nbCards'!='idHistory' and 'nbCards' in assocs|keys and Slot.nbCards is not null %} {% endif %} | {% block list_td_column_nbNumber %}{{ Slot.nbNumber }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'nbNumber'!='idHistory' and 'nbNumber' in assocs|keys and Slot.nbNumber is not null %} {% endif %} | {% block list_td_column_blCardHorizontal %} {% if Slot.blCardHorizontal %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blCardHorizontal'!='idHistory' and 'blCardHorizontal' in assocs|keys and Slot.blCardHorizontal is not null %} {% endif %} | {% block list_td_column_urlImage %}{{ Slot.urlImage }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'urlImage'!='idHistory' and 'urlImage' in assocs|keys and Slot.urlImage is not null %} {% endif %} | {% block list_td_column_blSlotForRef %} {% if Slot.blSlotForRef %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blSlotForRef'!='idHistory' and 'blSlotForRef' in assocs|keys and Slot.blSlotForRef is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if Slot.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and Slot.blDeactivated is not null %} {% endif %} | {% block list_td_column_dtDeactivated %}{% if Slot.dtDeactivated %} {% set datetime_format = "d/m/Y" %} {{ Slot.dtDeactivated|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtDeactivated'!='idHistory' and 'dtDeactivated' in assocs|keys and Slot.dtDeactivated 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 %} |