{% 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 == 'idSettings' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Idsettings'|trans({}, 'Admin') }} {% if sortColumn == 'idSettings' %} {% if sortColumn == 'idSettings' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtLocalLoopCost' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Costs calculation date'|trans({}, 'Admin') }} {% if sortColumn == 'dtLocalLoopCost' %} {% if sortColumn == 'dtLocalLoopCost' 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 %} | {% if isSelect is not defined or isSelect!=1 %}{% trans from "Admingenerator" %}list.header.actions{% endtrans %} | {% endif %}
---|---|---|---|---|
{% endif %} | {% 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 %} | {% endblock %} {% block list_object_actions %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %}{% endif %} {% endblock %} |