{% 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 == 'idPatchPanelInstance' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idPatchPanelInstance' %} {% if sortColumn == 'idPatchPanelInstance' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idProvider' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Provider'|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 == 'cdPatchPanelInstance' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Patch Panel Code'|trans({}, 'Admin') }} {% if sortColumn == 'cdPatchPanelInstance' %} {% if sortColumn == 'cdPatchPanelInstance' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbPatchPanelInstance' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Patch Panel Description'|trans({}, 'Admin') }} {% if sortColumn == 'lbPatchPanelInstance' %} {% if sortColumn == 'lbPatchPanelInstance' 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 %} | {{ 'Dtstart'|trans({}, 'Admin') }} | {{ 'Dtend'|trans({}, 'Admin') }} | {% if isSelect is not defined or isSelect!=1 %}{% trans from "Admingenerator" %}list.header.actions{% endtrans %} | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|
{% endif %} | {% block list_td_column_idPatchPanelInstance %}{{ PatchPanelInstance.idPatchPanelInstance }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idPatchPanelInstance'!='idHistory' and 'idPatchPanelInstance' in assocs|keys and PatchPanelInstance.idPatchPanelInstance is not null %} {% endif %} | {% block list_td_column_idProvider %}{{ PatchPanelInstance.idProvider }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idProvider'!='idHistory' and 'idProvider' in assocs|keys and PatchPanelInstance.idProvider is not null %} {% endif %} | {% block list_td_column_idProviderAddress %}{{ PatchPanelInstance.idProviderAddress }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idProviderAddress'!='idHistory' and 'idProviderAddress' in assocs|keys and PatchPanelInstance.idProviderAddress is not null %} {% endif %} | {% block list_td_column_idContact %}{{ PatchPanelInstance.idContact }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idContact'!='idHistory' and 'idContact' in assocs|keys and PatchPanelInstance.idContact is not null %} {% endif %} | {% block list_td_column_cdPatchPanelInstance %}{{ PatchPanelInstance.cdPatchPanelInstance }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdPatchPanelInstance'!='idHistory' and 'cdPatchPanelInstance' in assocs|keys and PatchPanelInstance.cdPatchPanelInstance is not null %} {% endif %} | {% block list_td_column_lbPatchPanelInstance %}{{ PatchPanelInstance.lbPatchPanelInstance }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbPatchPanelInstance'!='idHistory' and 'lbPatchPanelInstance' in assocs|keys and PatchPanelInstance.lbPatchPanelInstance is not null %} {% endif %} | {% block list_td_column_blDeactivated %} {% if PatchPanelInstance.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and PatchPanelInstance.blDeactivated is not null %} {% endif %} | {% block list_td_column_dtStart %}{{ PatchPanelInstance.dtStart }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtStart'!='idHistory' and 'dtStart' in assocs|keys and PatchPanelInstance.dtStart is not null %} {% endif %} | {% block list_td_column_dtEnd %}{{ PatchPanelInstance.dtEnd }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtEnd'!='idHistory' and 'dtEnd' in assocs|keys and PatchPanelInstance.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 %} |