{% 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 Settingss|length > 0 %}
{% for Settings in Settingss %}
{% 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 == 'idSettings' and sortOrder == 'ASC' %}
{% else %}
{% endif %}{{ 'Idsettings'|trans({}, 'Admin') }}
{% if sortColumn == 'idSettings' %}
{% if sortColumn == 'idSettings' and sortOrder == 'ASC' %}
{% else %}
{% endif %}
{% endif %}
{% if sortColumn == 'dtUpdate' and sortOrder == 'ASC' %}
{% else %}
{% endif %}{{ 'Dtupdate'|trans({}, 'Admin') }}
{% if sortColumn == 'dtUpdate' %}
{% if sortColumn == 'dtUpdate' and sortOrder == 'ASC' %}
{% else %}
{% endif %}
{% endif %}
{% trans from "Admingenerator" %}list.header.actions{% endtrans %}
{% block list_td_column_idSettings %}{{ Settings.idSettings }}{% endblock %}
{% if (isSelect is not defined or isSelect!=1) and 'idSettings'!='idHistory' and 'idSettings' in assocs|keys and Settings.idSettings is not null %}
{% endif %}
{% block list_td_column_dtLocalLoopCost %}{% if Settings.dtLocalLoopCost %}
{% set datetime_format = "d/m/Y" %}
{{ Settings.dtLocalLoopCost|date(datetime_format) }}{% endif %}{% endblock %}
{% if (isSelect is not defined or isSelect!=1) and 'dtLocalLoopCost'!='idHistory' and 'dtLocalLoopCost' in assocs|keys and Settings.dtLocalLoopCost is not null %}
{% endif %}
{% block list_td_column_dtUpdate %}{% if Settings.dtUpdate %}
{% set datetime_format = "d/m/Y" %}
{{ Settings.dtUpdate|date(datetime_format) }}{% endif %}{% endblock %}
{% if (isSelect is not defined or isSelect!=1) and 'dtUpdate'!='idHistory' and 'dtUpdate' in assocs|keys and Settings.dtUpdate is not null %}
{% endif %}
{% if Settingss|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 %}
{{ pagerfanta(Settingss, 'admingenerator') }}
{% endblock %}
{% block endform_batch_actions %}
{% endblock %}
{% block filters %}
{% trans from "Admingenerator" %}list.filters{% endtrans %}
{% 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 %}