{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Billing groups list{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Billing groups list{% endtrans %}
{% endif %} | {% if sortColumn == 'idBillingGroup' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idBillingGroup' %} {% if sortColumn == 'idBillingGroup' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'lbGroup' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Billing group'|trans({}, 'Admin') }} {% if sortColumn == 'lbGroup' %} {% if sortColumn == 'lbGroup' 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_idBillingGroup %}{{ BillingGroup.idBillingGroup }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idBillingGroup'!='idHistory' and 'idBillingGroup' in assocs|keys and BillingGroup.idBillingGroup is not null %} {% endif %} | {% block list_td_column_lbGroup %}{{ BillingGroup.lbGroup }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbGroup'!='idHistory' and 'lbGroup' in assocs|keys and BillingGroup.lbGroup 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 %} |