{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block title %} {{ parent() }} - {% trans from "Admin" %}Bandwidth types list{% endtrans %} {% endblock %} {% block body %} {% block page_title %}

{% trans from "Admin" %}Bandwidth types 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 BandwidthAssignees|length > 0 %} {% for BandwidthAssignee in BandwidthAssignees %} {% 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 == 'idBandwidthAssignee' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idBandwidthAssignee' %} {% if sortColumn == 'idBandwidthAssignee' 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 == 'cdBandwidthAssignee' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Bandwidth code'|trans({}, 'Admin') }} {% if sortColumn == 'cdBandwidthAssignee' %} {% if sortColumn == 'cdBandwidthAssignee' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'lbBandwidthAssignee' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Bandwidth Type Description'|trans({}, 'Admin') }} {% if sortColumn == 'lbBandwidthAssignee' %} {% if sortColumn == 'lbBandwidthAssignee' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'blProduct' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'For products'|trans({}, 'Admin') }} {% if sortColumn == 'blProduct' %} {% if sortColumn == 'blProduct' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'idProduct' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Associated product types'|trans({}, 'Admin') }} {% if sortColumn == 'idProduct' %} {% if sortColumn == 'idProduct' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'blBackboneLink' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'For BackboneLinks'|trans({}, 'Admin') }} {% if sortColumn == 'blBackboneLink' %} {% if sortColumn == 'blBackboneLink' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'blLocalLoop' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'For local loops'|trans({}, 'Admin') }} {% if sortColumn == 'blLocalLoop' %} {% if sortColumn == 'blLocalLoop' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'blTimeslot' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'For timeslots'|trans({}, 'Admin') }} {% if sortColumn == 'blTimeslot' %} {% if sortColumn == 'blTimeslot' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'blDevice' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'For devices'|trans({}, 'Admin') }} {% if sortColumn == 'blDevice' %} {% if sortColumn == 'blDevice' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% trans from "Admingenerator" %}list.header.actions{% endtrans %}
{% block list_td_column_idBandwidthAssignee %}{{ BandwidthAssignee.idBandwidthAssignee }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idBandwidthAssignee'!='idHistory' and 'idBandwidthAssignee' in assocs|keys and BandwidthAssignee.idBandwidthAssignee is not null %} {% endif %} {% block list_td_column_blDeactivated %} {% if BandwidthAssignee.blDeactivated %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDeactivated'!='idHistory' and 'blDeactivated' in assocs|keys and BandwidthAssignee.blDeactivated is not null %} {% endif %} {% block list_td_column_cdBandwidthAssignee %}{{ BandwidthAssignee.cdBandwidthAssignee }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdBandwidthAssignee'!='idHistory' and 'cdBandwidthAssignee' in assocs|keys and BandwidthAssignee.cdBandwidthAssignee is not null %} {% endif %} {% block list_td_column_lbBandwidthAssignee %}{{ BandwidthAssignee.lbBandwidthAssignee }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbBandwidthAssignee'!='idHistory' and 'lbBandwidthAssignee' in assocs|keys and BandwidthAssignee.lbBandwidthAssignee is not null %} {% endif %} {% block list_td_column_blProduct %} {% if BandwidthAssignee.blProduct %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blProduct'!='idHistory' and 'blProduct' in assocs|keys and BandwidthAssignee.blProduct is not null %} {% endif %} {% block list_td_column_idProduct %}
    {% for object in BandwidthAssignee.idProduct %}
  • {{ object }}
  • {% endfor %}
{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idProduct'!='idHistory' and 'idProduct' in assocs|keys and BandwidthAssignee.idProduct is not null %} {% endif %}
{% block list_td_column_blLocalLoop %} {% if BandwidthAssignee.blLocalLoop %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blLocalLoop'!='idHistory' and 'blLocalLoop' in assocs|keys and BandwidthAssignee.blLocalLoop is not null %} {% endif %} {% block list_td_column_blTimeslot %} {% if BandwidthAssignee.blTimeslot %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blTimeslot'!='idHistory' and 'blTimeslot' in assocs|keys and BandwidthAssignee.blTimeslot is not null %} {% endif %} {% block list_td_column_blDevice %} {% if BandwidthAssignee.blDevice %} {% else %} {% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'blDevice'!='idHistory' and 'blDevice' in assocs|keys and BandwidthAssignee.blDevice is not null %} {% endif %}
{% if BandwidthAssignees|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 %}