{% 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 == 'idNoticePeriod' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idNoticePeriod' %} {% if sortColumn == 'idNoticePeriod' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdNoticePeriod' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Notice Period Code'|trans({}, 'Admin') }} {% if sortColumn == 'cdNoticePeriod' %} {% if sortColumn == 'cdNoticePeriod' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbNoticePeriod' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Notice Period Description'|trans({}, 'Admin') }} {% if sortColumn == 'lbNoticePeriod' %} {% if sortColumn == 'lbNoticePeriod' 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_idNoticePeriod %}{{ NoticePeriod.idNoticePeriod }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idNoticePeriod'!='idHistory' and 'idNoticePeriod' in assocs|keys and NoticePeriod.idNoticePeriod is not null %} {% endif %} | {% block list_td_column_cdNoticePeriod %}{{ NoticePeriod.cdNoticePeriod }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdNoticePeriod'!='idHistory' and 'cdNoticePeriod' in assocs|keys and NoticePeriod.cdNoticePeriod is not null %} {% endif %} | {% block list_td_column_lbNoticePeriod %}{{ NoticePeriod.lbNoticePeriod }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbNoticePeriod'!='idHistory' and 'lbNoticePeriod' in assocs|keys and NoticePeriod.lbNoticePeriod 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 %} |