{% if sortColumn == 'idService' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idService' %} {% if sortColumn == 'idService' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdService' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Service ref'|trans({}, 'Admin') }} {% if sortColumn == 'cdService' %} {% if sortColumn == 'cdService' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idProduct' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Product'|trans({}, 'Admin') }} {% if sortColumn == 'idProduct' %} {% if sortColumn == 'idProduct' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idTransactionStatus' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Service status'|trans({}, 'Admin') }} {% if sortColumn == 'idTransactionStatus' %} {% if sortColumn == 'idTransactionStatus' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtCreate' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'In service date'|trans({}, 'Admin') }} {% if sortColumn == 'dtCreate' %} {% if sortColumn == 'dtCreate' 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 %} | {% trans from "Admingenerator" %}list.header.actions{% endtrans %} | |
---|---|---|---|---|---|---|---|
{% block list_td_column_idService %}{{ Service.idService }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idService'!='idHistory' and 'idService' in assocs|keys and Service.idService is not null %} {% endif %} | {% block list_td_column_cdService %}{{ Service.cdService }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdService'!='idHistory' and 'cdService' in assocs|keys and Service.cdService is not null %} {% endif %} | {% block list_td_column_idProduct %}{{ Service.idProduct }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idProduct'!='idHistory' and 'idProduct' in assocs|keys and Service.idProduct is not null %} {% endif %} | {% block list_td_column_idTransactionStatus %}{{ Service.idTransactionStatus }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idTransactionStatus'!='idHistory' and 'idTransactionStatus' in assocs|keys and Service.idTransactionStatus is not null %} {% endif %} | {% block list_td_column_dtCreate %}{% if Service.dtCreate %} {% set datetime_format = "d/m/Y" %} {{ Service.dtCreate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtCreate'!='idHistory' and 'dtCreate' in assocs|keys and Service.dtCreate is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if Service.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and Service.blDeactivated is not null %} {% endif %} |