{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}List for GinangBundle{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}List for GinangBundle{% endtrans %}
| {% endif %} | {% 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 %} | {% if isSelect is not defined or isSelect!=1 %}{% trans from "Admingenerator" %}list.header.actions{% endtrans %} | {% endif %}
|---|---|---|---|---|---|---|---|---|---|
| {% endif %} | {% 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 %} | {% endblock %} {% block list_object_actions %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %}{% endif %} {% endblock %} |