{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}Billing service line list{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}Billing service line list{% endtrans %}
{% endif %} | {% if sortColumn == 'idService' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Service ref'|trans({}, 'Admin') }} {% if sortColumn == 'idService' %} {% if sortColumn == 'idService' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idServiceExtremity' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Service extr ref'|trans({}, 'Admin') }} {% if sortColumn == 'idServiceExtremity' %} {% if sortColumn == 'idServiceExtremity' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idServiceOption' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Service option'|trans({}, 'Admin') }} {% if sortColumn == 'idServiceOption' %} {% if sortColumn == 'idServiceOption' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'cdCustomerService' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Customer service'|trans({}, 'Admin') }} {% if sortColumn == 'cdCustomerService' %} {% if sortColumn == 'cdCustomerService' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'idCurrency' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Currency'|trans({}, 'Admin') }} {% if sortColumn == 'idCurrency' %} {% if sortColumn == 'idCurrency' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'mtNrc' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'NRC'|trans({}, 'Admin') }} {% if sortColumn == 'mtNrc' %} {% if sortColumn == 'mtNrc' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'mtNrcEuro' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'NRC in €'|trans({}, 'Admin') }} {% if sortColumn == 'mtNrcEuro' %} {% if sortColumn == 'mtNrcEuro' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'mtMrc' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'MRC'|trans({}, 'Admin') }} {% if sortColumn == 'mtMrc' %} {% if sortColumn == 'mtMrc' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'mtMrcEuro' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'MRC in €'|trans({}, 'Admin') }} {% if sortColumn == 'mtMrcEuro' %} {% if sortColumn == 'mtMrcEuro' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtStartMrc' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'MRC start date'|trans({}, 'Admin') }} {% if sortColumn == 'dtStartMrc' %} {% if sortColumn == 'dtStartMrc' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} | {% if sortColumn == 'dtEndMrc' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'MRC end date'|trans({}, 'Admin') }} {% if sortColumn == 'dtEndMrc' %} {% if sortColumn == 'dtEndMrc' 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_idService %}{{ BillingServiceLine.idService }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idService'!='idHistory' and 'idService' in assocs|keys and BillingServiceLine.idService is not null %} {% endif %} |
{% block list_td_column_idServiceExtremity %}
|
{% block list_td_column_idServiceOption %}{{ BillingServiceLine.idServiceOption }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idServiceOption'!='idHistory' and 'idServiceOption' in assocs|keys and BillingServiceLine.idServiceOption is not null %} {% endif %} | {% block list_td_column_cdCustomerService %}{{ BillingServiceLine.cdCustomerService }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdCustomerService'!='idHistory' and 'cdCustomerService' in assocs|keys and BillingServiceLine.cdCustomerService is not null %} {% endif %} | {% block list_td_column_idCurrency %}{{ BillingServiceLine.idCurrency }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCurrency'!='idHistory' and 'idCurrency' in assocs|keys and BillingServiceLine.idCurrency is not null %} {% endif %} | {% block list_td_column_mtNrc %}{{ BillingServiceLine.mtNrc|number_format }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'mtNrc'!='idHistory' and 'mtNrc' in assocs|keys and BillingServiceLine.mtNrc is not null %} {% endif %} | {% block list_td_column_mtNrcEuro %}{{ BillingServiceLine.mtNrcEuro }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'mtNrcEuro'!='idHistory' and 'mtNrcEuro' in assocs|keys and BillingServiceLine.mtNrcEuro is not null %} {% endif %} | {% block list_td_column_mtMrc %}{{ BillingServiceLine.mtMrc|number_format }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'mtMrc'!='idHistory' and 'mtMrc' in assocs|keys and BillingServiceLine.mtMrc is not null %} {% endif %} | {% block list_td_column_mtMrcEuro %}{{ BillingServiceLine.mtMrcEuro|number_format }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'mtMrcEuro'!='idHistory' and 'mtMrcEuro' in assocs|keys and BillingServiceLine.mtMrcEuro is not null %} {% endif %} | {% block list_td_column_dtStartMrc %}{% if BillingServiceLine.dtStartMrc %} {% set datetime_format = "d/m/Y" %} {{ BillingServiceLine.dtStartMrc|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtStartMrc'!='idHistory' and 'dtStartMrc' in assocs|keys and BillingServiceLine.dtStartMrc is not null %} {% endif %} | {% block list_td_column_dtEndMrc %}{% if BillingServiceLine.dtEndMrc %} {% set datetime_format = "d/m/Y" %} {{ BillingServiceLine.dtEndMrc|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtEndMrc'!='idHistory' and 'dtEndMrc' in assocs|keys and BillingServiceLine.dtEndMrc 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 %} |