{% 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 %}

{% endblock %} {{ block('actionsmenu') }}
{% block list_scopes %} {% endblock %} {% block form_batch_actions %} {% endblock %} {% block list_thead %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% if isMulti is defined and isMulti==1 %} {% endif %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% endblock %} {% block list_tbody %} {% if PatchPanelInstances|length > 0 %} {% for PatchPanelInstance in PatchPanelInstances %} {% if 1 %} {% set oddclass=(loop.index0 % 2 == 0 ?'ginaodd':'ginaeven') %}{% block list_row %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% if isMulti is defined and isMulti==1 %} {% endif %} {% endblock %} {% block list_object_actions %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %} {% endif %} {% endblock %} {% endif %} {% endfor %} {% endif %} {% endblock %}
{% 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') }}{% trans from "Admingenerator" %}list.header.actions{% endtrans %}
{% 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 %}
{% if PatchPanelInstances|length == 0 %}
{% trans from "Admingenerator" %}list.no.results{% endtrans %}
{% endif %}
{% block list_batch_actions %} {% if isMulti is defined and isMulti==1 %}
{% endif %} {% endblock %}
{% block list_paginator %} {% endblock %}
{% block endform_batch_actions %} {% endblock %}
{% block filters %} {% endblock %} {% block preferences %} {% endblock %} {% endblock %} {% block actionsmenu %}
{% block contentactionsmenu %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %} {% block list_actions %} {% if isMulti is not defined or isMulti!=1 %} {% endif %} {% endblock %} {% endif %} {% if (isSelect is defined and isSelect==1) or (isMulti is defined and isMulti==1) %} {% endif %} {% endblock %}
{% endblock %}