{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Patch panels list{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Patch panels list{% endtrans %}
| {% endif %} | {% if sortColumn == 'idPatchPanel' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idPatchPanel' %} {% if sortColumn == 'idPatchPanel' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdPatchPanel' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Patch Panel Code'|trans({}, 'Admin') }} {% if sortColumn == 'cdPatchPanel' %} {% if sortColumn == 'cdPatchPanel' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbPatchPanel' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Patch Panel Description'|trans({}, 'Admin') }} {% if sortColumn == 'lbPatchPanel' %} {% if sortColumn == 'lbPatchPanel' 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 == 'nbPorts' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Number of ports'|trans({}, 'Admin') }} {% if sortColumn == 'nbPorts' %} {% if sortColumn == 'nbPorts' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'nbRows' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Number of rows'|trans({}, 'Admin') }} {% if sortColumn == 'nbRows' %} {% if sortColumn == 'nbRows' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'blPanelForRef' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Used for connection path'|trans({}, 'Admin') }} {% if sortColumn == 'blPanelForRef' %} {% if sortColumn == 'blPanelForRef' 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 == 'dtStart' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Dtstart'|trans({}, 'Admin') }} {% if sortColumn == 'dtStart' %} {% if sortColumn == 'dtStart' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtEnd' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Dtend'|trans({}, 'Admin') }} {% if sortColumn == 'dtEnd' %} {% if sortColumn == 'dtEnd' 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_idPatchPanel %}{{ PatchPanel.idPatchPanel }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idPatchPanel'!='idHistory' and 'idPatchPanel' in assocs|keys and PatchPanel.idPatchPanel is not null %} {% endif %} | {% block list_td_column_cdPatchPanel %}{{ PatchPanel.cdPatchPanel }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdPatchPanel'!='idHistory' and 'cdPatchPanel' in assocs|keys and PatchPanel.cdPatchPanel is not null %} {% endif %} | {% block list_td_column_lbPatchPanel %}{{ PatchPanel.lbPatchPanel }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbPatchPanel'!='idHistory' and 'lbPatchPanel' in assocs|keys and PatchPanel.lbPatchPanel is not null %} {% endif %} | {% block list_td_column_idProvider %}{{ PatchPanel.idProvider }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idProvider'!='idHistory' and 'idProvider' in assocs|keys and PatchPanel.idProvider is not null %} {% endif %} | {% block list_td_column_idProviderAddress %}{{ PatchPanel.idProviderAddress }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idProviderAddress'!='idHistory' and 'idProviderAddress' in assocs|keys and PatchPanel.idProviderAddress is not null %} {% endif %} | {% block list_td_column_idContact %}{{ PatchPanel.idContact }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idContact'!='idHistory' and 'idContact' in assocs|keys and PatchPanel.idContact is not null %} {% endif %} | {% block list_td_column_nbPorts %}{{ PatchPanel.nbPorts }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'nbPorts'!='idHistory' and 'nbPorts' in assocs|keys and PatchPanel.nbPorts is not null %} {% endif %} | {% block list_td_column_nbRows %}{{ PatchPanel.nbRows }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'nbRows'!='idHistory' and 'nbRows' in assocs|keys and PatchPanel.nbRows is not null %} {% endif %} | {% block list_td_column_blPanelForRef %} {% if PatchPanel.blPanelForRef %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blPanelForRef'!='idHistory' and 'blPanelForRef' in assocs|keys and PatchPanel.blPanelForRef is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if PatchPanel.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and PatchPanel.blDeactivated is not null %} {% endif %} | {% block list_td_column_dtStart %}{% if PatchPanel.dtStart %} {% set datetime_format = "d/m/Y" %} {{ PatchPanel.dtStart|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtStart'!='idHistory' and 'dtStart' in assocs|keys and PatchPanel.dtStart is not null %} {% endif %} | {% block list_td_column_dtEnd %}{% if PatchPanel.dtEnd %} {% set datetime_format = "d/m/Y" %} {{ PatchPanel.dtEnd|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtEnd'!='idHistory' and 'dtEnd' in assocs|keys and PatchPanel.dtEnd 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 %} |