{% 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 == 'idBillingPeriod' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idBillingPeriod' %} {% if sortColumn == 'idBillingPeriod' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idBillingPeriodRef' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Billing period'|trans({}, 'Admin') }} {% if sortColumn == 'idBillingPeriodRef' %} {% if sortColumn == 'idBillingPeriodRef' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idBillingFrequency' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Billing frequency'|trans({}, 'Admin') }} {% if sortColumn == 'idBillingFrequency' %} {% if sortColumn == 'idBillingFrequency' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtBillingStart' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Start billing date'|trans({}, 'Admin') }} {% if sortColumn == 'dtBillingStart' %} {% if sortColumn == 'dtBillingStart' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtBillingEnd' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'End billing date'|trans({}, 'Admin') }} {% if sortColumn == 'dtBillingEnd' %} {% if sortColumn == 'dtBillingEnd' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtRefStart' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Reference start date'|trans({}, 'Admin') }} {% if sortColumn == 'dtRefStart' %} {% if sortColumn == 'dtRefStart' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtRefEnd' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Reference end date'|trans({}, 'Admin') }} {% if sortColumn == 'dtRefEnd' %} {% if sortColumn == 'dtRefEnd' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if isSelect is not defined or isSelect!=1 %}{% endif %}
---|---|---|---|---|---|---|---|
{% endif %} | {% block list_td_column_idBillingPeriod %}{{ BillingPeriod.idBillingPeriod }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idBillingPeriod'!='idHistory' and 'idBillingPeriod' in assocs|keys and BillingPeriod.idBillingPeriod is not null %} {% endif %} | {% block list_td_column_idBillingPeriodRef %}{{ BillingPeriod.idBillingPeriodRef }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idBillingPeriodRef'!='idHistory' and 'idBillingPeriodRef' in assocs|keys and BillingPeriod.idBillingPeriodRef is not null %} {% endif %} | {% block list_td_column_idBillingFrequency %}{{ BillingPeriod.idBillingFrequency }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idBillingFrequency'!='idHistory' and 'idBillingFrequency' in assocs|keys and BillingPeriod.idBillingFrequency is not null %} {% endif %} | {% block list_td_column_dtBillingStart %}{% if BillingPeriod.dtBillingStart %} {% set datetime_format = "d/m/Y" %} {{ BillingPeriod.dtBillingStart|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtBillingStart'!='idHistory' and 'dtBillingStart' in assocs|keys and BillingPeriod.dtBillingStart is not null %} {% endif %} | {% block list_td_column_dtBillingEnd %}{% if BillingPeriod.dtBillingEnd %} {% set datetime_format = "d/m/Y" %} {{ BillingPeriod.dtBillingEnd|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtBillingEnd'!='idHistory' and 'dtBillingEnd' in assocs|keys and BillingPeriod.dtBillingEnd is not null %} {% endif %} | {% block list_td_column_dtRefStart %}{% if BillingPeriod.dtRefStart %} {% set datetime_format = "d/m/Y" %} {{ BillingPeriod.dtRefStart|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtRefStart'!='idHistory' and 'dtRefStart' in assocs|keys and BillingPeriod.dtRefStart is not null %} {% endif %} | {% block list_td_column_dtRefEnd %}{% if BillingPeriod.dtRefEnd %} {% set datetime_format = "d/m/Y" %} {{ BillingPeriod.dtRefEnd|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtRefEnd'!='idHistory' and 'dtRefEnd' in assocs|keys and BillingPeriod.dtRefEnd 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 %}