{% trans from "Admin" %}List for GinangBundle{% 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 ServiceInterfaceSettingss|length > 0 %}
{% for ServiceInterfaceSettings in ServiceInterfaceSettingss %}
{% 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 == 'idServiceInterfaceSettings' and sortOrder == 'ASC' %}
{% else %}
{% endif %}{{ 'Idserviceinterfacesettings'|trans({}, 'Admin') }}
{% if sortColumn == 'idServiceInterfaceSettings' %}
{% if sortColumn == 'idServiceInterfaceSettings' and sortOrder == 'ASC' %}
{% else %}
{% endif %}
{% endif %}
{% if sortColumn == 'blHide' and sortOrder == 'ASC' %}
{% else %}
{% endif %}{{ 'Blhide'|trans({}, 'Admin') }}
{% if sortColumn == 'blHide' %}
{% if sortColumn == 'blHide' and sortOrder == 'ASC' %}
{% else %}
{% endif %}
{% endif %}
{% if sortColumn == 'blEditable' and sortOrder == 'ASC' %}
{% else %}
{% endif %}{{ 'Bleditable'|trans({}, 'Admin') }}
{% if sortColumn == 'blEditable' %}
{% if sortColumn == 'blEditable' and sortOrder == 'ASC' %}
{% else %}
{% endif %}
{% endif %}
{% if sortColumn == 'blOldExtremity' and sortOrder == 'ASC' %}
{% else %}
{% endif %}{{ 'Bloldextremity'|trans({}, 'Admin') }}
{% if sortColumn == 'blOldExtremity' %}
{% if sortColumn == 'blOldExtremity' and sortOrder == 'ASC' %}
{% else %}
{% endif %}
{% endif %}
{% if sortColumn == 'blMandatory' and sortOrder == 'ASC' %}
{% else %}
{% endif %}{{ 'Blmandatory'|trans({}, 'Admin') }}
{% if sortColumn == 'blMandatory' %}
{% if sortColumn == 'blMandatory' and sortOrder == 'ASC' %}
{% else %}
{% endif %}
{% endif %}
{% if sortColumn == 'blOne' and sortOrder == 'ASC' %}
{% else %}
{% endif %}{{ 'Blone'|trans({}, 'Admin') }}
{% if sortColumn == 'blOne' %}
{% if sortColumn == 'blOne' and sortOrder == 'ASC' %}
{% else %}
{% endif %}
{% endif %}
{% if sortColumn == 'lbEntity' and sortOrder == 'ASC' %}
{% else %}
{% endif %}{{ 'Lbentity'|trans({}, 'Admin') }}
{% if sortColumn == 'lbEntity' %}
{% if sortColumn == 'lbEntity' and sortOrder == 'ASC' %}
{% else %}
{% endif %}
{% endif %}
{% if sortColumn == 'lbField' and sortOrder == 'ASC' %}
{% else %}
{% endif %}{{ 'Lbfield'|trans({}, 'Admin') }}
{% if sortColumn == 'lbField' %}
{% if sortColumn == 'lbField' and sortOrder == 'ASC' %}
{% else %}
{% endif %}
{% endif %}
{% trans from "Admingenerator" %}list.header.actions{% endtrans %}
{% block list_td_column_idServiceInterfaceSettings %}{{ ServiceInterfaceSettings.idServiceInterfaceSettings }}{% endblock %}
{% if (isSelect is not defined or isSelect!=1) and 'idServiceInterfaceSettings'!='idHistory' and 'idServiceInterfaceSettings' in assocs|keys and ServiceInterfaceSettings.idServiceInterfaceSettings is not null %}
{% endif %}
{% block list_td_column_blHide %}
{% if ServiceInterfaceSettings.blHide %}
{% else %}
{% endif %}{% endblock %}
{% if (isSelect is not defined or isSelect!=1) and 'blHide'!='idHistory' and 'blHide' in assocs|keys and ServiceInterfaceSettings.blHide is not null %}
{% endif %}
{% block list_td_column_blEditable %}
{% if ServiceInterfaceSettings.blEditable %}
{% else %}
{% endif %}{% endblock %}
{% if (isSelect is not defined or isSelect!=1) and 'blEditable'!='idHistory' and 'blEditable' in assocs|keys and ServiceInterfaceSettings.blEditable is not null %}
{% endif %}
{% block list_td_column_blOldExtremity %}
{% if ServiceInterfaceSettings.blOldExtremity %}
{% else %}
{% endif %}{% endblock %}
{% if (isSelect is not defined or isSelect!=1) and 'blOldExtremity'!='idHistory' and 'blOldExtremity' in assocs|keys and ServiceInterfaceSettings.blOldExtremity is not null %}
{% endif %}
{% block list_td_column_blMandatory %}
{% if ServiceInterfaceSettings.blMandatory %}
{% else %}
{% endif %}{% endblock %}
{% if (isSelect is not defined or isSelect!=1) and 'blMandatory'!='idHistory' and 'blMandatory' in assocs|keys and ServiceInterfaceSettings.blMandatory is not null %}
{% endif %}
{% block list_td_column_blOne %}
{% if ServiceInterfaceSettings.blOne %}
{% else %}
{% endif %}{% endblock %}
{% if (isSelect is not defined or isSelect!=1) and 'blOne'!='idHistory' and 'blOne' in assocs|keys and ServiceInterfaceSettings.blOne is not null %}
{% endif %}
{% block list_td_column_lbEntity %}{{ ServiceInterfaceSettings.lbEntity }}{% endblock %}
{% if (isSelect is not defined or isSelect!=1) and 'lbEntity'!='idHistory' and 'lbEntity' in assocs|keys and ServiceInterfaceSettings.lbEntity is not null %}
{% endif %}
{% block list_td_column_lbField %}{{ ServiceInterfaceSettings.lbField }}{% endblock %}
{% if (isSelect is not defined or isSelect!=1) and 'lbField'!='idHistory' and 'lbField' in assocs|keys and ServiceInterfaceSettings.lbField is not null %}
{% endif %}
{% if ServiceInterfaceSettingss|length == 0 %}
{% trans from "Admingenerator" %}list.no.results{% endtrans %}
{% endif %}
{% block list_batch_actions %}
{% if isMulti is defined and isMulti==1 %}
{% 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 %}