{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Cables list{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Cables list{% endtrans %}
{% endif %} | {% if sortColumn == 'idCable' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idCable' %} {% if sortColumn == 'idCable' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdCable' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Cable Code'|trans({}, 'Admin') }} {% if sortColumn == 'cdCable' %} {% if sortColumn == 'cdCable' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbCable' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Cable Description'|trans({}, 'Admin') }} {% if sortColumn == 'lbCable' %} {% if sortColumn == 'lbCable' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idCableType' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Cable type'|trans({}, 'Admin') }} {% if sortColumn == 'idCableType' %} {% if sortColumn == 'idCableType' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idProvider' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Provider name'|trans({}, 'Admin') }} {% if sortColumn == 'idProvider' %} {% if sortColumn == 'idProvider' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idProviderAddress' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Provider billing address'|trans({}, 'Admin') }} {% if sortColumn == 'idProviderAddress' %} {% if sortColumn == 'idProviderAddress' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idContact' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Contact'|trans({}, 'Admin') }} {% if sortColumn == 'idContact' %} {% if sortColumn == 'idContact' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'nbCapacity' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Capacity'|trans({}, 'Admin') }} {% if sortColumn == 'nbCapacity' %} {% if sortColumn == 'nbCapacity' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {{ 'Ports'|trans({}, 'Admin') }} | {% 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 %}{{ 'Creation date'|trans({}, 'Admin') }} {% if sortColumn == 'dtCreate' %} {% if sortColumn == 'dtCreate' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtUpdate' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Update date'|trans({}, 'Admin') }} {% if sortColumn == 'dtUpdate' %} {% if sortColumn == 'dtUpdate' 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_idCable %}{{ Cable.idCable }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCable'!='idHistory' and 'idCable' in assocs|keys and Cable.idCable is not null %} {% endif %} | {% block list_td_column_cdCable %}{{ Cable.cdCable }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdCable'!='idHistory' and 'cdCable' in assocs|keys and Cable.cdCable is not null %} {% endif %} | {% block list_td_column_lbCable %}{{ Cable.lbCable }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbCable'!='idHistory' and 'lbCable' in assocs|keys and Cable.lbCable is not null %} {% endif %} | {% block list_td_column_idCableType %}{{ Cable.idCableType }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCableType'!='idHistory' and 'idCableType' in assocs|keys and Cable.idCableType is not null %} {% endif %} | {% block list_td_column_idProvider %}{{ Cable.idProvider }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idProvider'!='idHistory' and 'idProvider' in assocs|keys and Cable.idProvider is not null %} {% endif %} | {% block list_td_column_idProviderAddress %}{{ Cable.idProviderAddress }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idProviderAddress'!='idHistory' and 'idProviderAddress' in assocs|keys and Cable.idProviderAddress is not null %} {% endif %} | {% block list_td_column_idContact %}{{ Cable.idContact }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idContact'!='idHistory' and 'idContact' in assocs|keys and Cable.idContact is not null %} {% endif %} | {% block list_td_column_nbCapacity %}{{ Cable.nbCapacity }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'nbCapacity'!='idHistory' and 'nbCapacity' in assocs|keys and Cable.nbCapacity is not null %} {% endif %} | {% block list_td_column_idPort %}{{ Cable.idPort }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idPort'!='idHistory' and 'idPort' in assocs|keys and Cable.idPort is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if Cable.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and Cable.blDeactivated is not null %} {% endif %} | {% block list_td_column_dtCreate %}{% if Cable.dtCreate %} {% set datetime_format = "d/m/Y" %} {{ Cable.dtCreate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtCreate'!='idHistory' and 'dtCreate' in assocs|keys and Cable.dtCreate is not null %} {% endif %} | {% block list_td_column_dtUpdate %}{% if Cable.dtUpdate %} {% set datetime_format = "d/m/Y" %} {{ Cable.dtUpdate|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtUpdate'!='idHistory' and 'dtUpdate' in assocs|keys and Cable.dtUpdate 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 %} |