{% 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 == 'idSlotInstance' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idSlotInstance' %} {% if sortColumn == 'idSlotInstance' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdSlotInstance' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Slot number'|trans({}, 'Admin') }} {% if sortColumn == 'cdSlotInstance' %} {% if sortColumn == 'cdSlotInstance' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbSlotInstance' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Slot Description'|trans({}, 'Admin') }} {% if sortColumn == 'lbSlotInstance' %} {% if sortColumn == 'lbSlotInstance' 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_idSlotInstance %}{{ SlotInstance.idSlotInstance }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idSlotInstance'!='idHistory' and 'idSlotInstance' in assocs|keys and SlotInstance.idSlotInstance is not null %} {% endif %} | {% block list_td_column_cdSlotInstance %}{{ SlotInstance.cdSlotInstance }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdSlotInstance'!='idHistory' and 'cdSlotInstance' in assocs|keys and SlotInstance.cdSlotInstance is not null %} {% endif %} | {% block list_td_column_lbSlotInstance %}{{ SlotInstance.lbSlotInstance }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbSlotInstance'!='idHistory' and 'lbSlotInstance' in assocs|keys and SlotInstance.lbSlotInstance is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if SlotInstance.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and SlotInstance.blDeactivated is not null %} {% endif %} | {% block list_td_column_dtDeactivated %}{% if SlotInstance.dtDeactivated %} {% set datetime_format = "d/m/Y" %} {{ SlotInstance.dtDeactivated|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtDeactivated'!='idHistory' and 'dtDeactivated' in assocs|keys and SlotInstance.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 %} |