{% 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 %}

{% endblock %} {{ block('actionsmenu') }}
{% block list_scopes %} {% endblock %} {% block form_batch_actions %} {% endblock %} {% block list_thead %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% if isMulti is defined and isMulti==1 %} {% endif %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% endblock %} {% block list_tbody %} {% if CostingBackboneLinkLines|length > 0 %} {% for CostingBackboneLinkLine in CostingBackboneLinkLines %} {% if 1 %} {% set oddclass=(loop.index0 % 2 == 0 ?'ginaodd':'ginaeven') %}{% block list_row %} {% if isSelect is not defined or isSelect!=1 %} {% endif %} {% if isMulti is defined and isMulti==1 %} {% endif %} {% endblock %} {% block list_object_actions %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %} {% endif %} {% endblock %} {% endif %} {% endfor %} {% endif %} {% endblock %}
{% if sortColumn == 'idCostingBackboneLinkLine' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Id'|trans({}, 'Admin') }} {% if sortColumn == 'idCostingBackboneLinkLine' %} {% if sortColumn == 'idCostingBackboneLinkLine' 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 == 'mtMrc' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'MRC'|trans({}, 'Admin') }} {% if sortColumn == 'mtMrc' %} {% if sortColumn == 'mtMrc' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'lbNrc' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'NRC details'|trans({}, 'Admin') }} {% if sortColumn == 'lbNrc' %} {% if sortColumn == 'lbNrc' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'lbMrc' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'MRC details'|trans({}, 'Admin') }} {% if sortColumn == 'lbMrc' %} {% if sortColumn == 'lbMrc' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'mtNrcEuro' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Nrc in euro'|trans({}, 'Admin') }} {% if sortColumn == 'mtNrcEuro' %} {% if sortColumn == 'mtNrcEuro' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'mtMrcEuro' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Mrc in euro'|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 sortColumn == 'cdProviderAccount' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Cdprovideraccount'|trans({}, 'Admin') }} {% if sortColumn == 'cdProviderAccount' %} {% if sortColumn == 'cdProviderAccount' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'dtStart' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Start billing date'|trans({}, 'Admin') }} {% if sortColumn == 'dtStart' %} {% if sortColumn == 'dtStart' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'dtEnd' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'End billing date'|trans({}, 'Admin') }} {% if sortColumn == 'dtEnd' %} {% if sortColumn == 'dtEnd' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% if sortColumn == 'nbContractDuration' and sortOrder == 'ASC' %} {% else %} {% endif %}{{ 'Contract duration'|trans({}, 'Admin') }} {% if sortColumn == 'nbContractDuration' %} {% if sortColumn == 'nbContractDuration' and sortOrder == 'ASC' %} {% else %} {% endif %} {% endif %} {% trans from "Admingenerator" %}list.header.actions{% endtrans %}
{% block list_td_column_idCostingBackboneLinkLine %}{{ CostingBackboneLinkLine.idCostingBackboneLinkLine }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'idCostingBackboneLinkLine'!='idHistory' and 'idCostingBackboneLinkLine' in assocs|keys and CostingBackboneLinkLine.idCostingBackboneLinkLine is not null %} {% endif %} {% block list_td_column_mtNrc %}{{ CostingBackboneLinkLine.mtNrc|number_format }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'mtNrc'!='idHistory' and 'mtNrc' in assocs|keys and CostingBackboneLinkLine.mtNrc is not null %} {% endif %} {% block list_td_column_mtMrc %}{{ CostingBackboneLinkLine.mtMrc|number_format }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'mtMrc'!='idHistory' and 'mtMrc' in assocs|keys and CostingBackboneLinkLine.mtMrc is not null %} {% endif %} {% block list_td_column_lbNrc %}{{ CostingBackboneLinkLine.lbNrc }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbNrc'!='idHistory' and 'lbNrc' in assocs|keys and CostingBackboneLinkLine.lbNrc is not null %} {% endif %} {% block list_td_column_lbMrc %}{{ CostingBackboneLinkLine.lbMrc }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'lbMrc'!='idHistory' and 'lbMrc' in assocs|keys and CostingBackboneLinkLine.lbMrc is not null %} {% endif %} {% block list_td_column_mtNrcEuro %}{{ CostingBackboneLinkLine.mtNrcEuro|number_format }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'mtNrcEuro'!='idHistory' and 'mtNrcEuro' in assocs|keys and CostingBackboneLinkLine.mtNrcEuro is not null %} {% endif %} {% block list_td_column_mtMrcEuro %}{{ CostingBackboneLinkLine.mtMrcEuro|number_format }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'mtMrcEuro'!='idHistory' and 'mtMrcEuro' in assocs|keys and CostingBackboneLinkLine.mtMrcEuro is not null %} {% endif %} {% block list_td_column_dtStartMrc %}{% if CostingBackboneLinkLine.dtStartMrc %} {% set datetime_format = "d/m/Y" %} {{ CostingBackboneLinkLine.dtStartMrc|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtStartMrc'!='idHistory' and 'dtStartMrc' in assocs|keys and CostingBackboneLinkLine.dtStartMrc is not null %} {% endif %} {% block list_td_column_dtEndMrc %}{% if CostingBackboneLinkLine.dtEndMrc %} {% set datetime_format = "d/m/Y" %} {{ CostingBackboneLinkLine.dtEndMrc|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtEndMrc'!='idHistory' and 'dtEndMrc' in assocs|keys and CostingBackboneLinkLine.dtEndMrc is not null %} {% endif %} {% block list_td_column_cdProviderAccount %}{{ CostingBackboneLinkLine.cdProviderAccount }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'cdProviderAccount'!='idHistory' and 'cdProviderAccount' in assocs|keys and CostingBackboneLinkLine.cdProviderAccount is not null %} {% endif %} {% block list_td_column_dtStart %}{% if CostingBackboneLinkLine.dtStart %} {% set datetime_format = "d/m/Y" %} {{ CostingBackboneLinkLine.dtStart|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtStart'!='idHistory' and 'dtStart' in assocs|keys and CostingBackboneLinkLine.dtStart is not null %} {% endif %} {% block list_td_column_dtEnd %}{% if CostingBackboneLinkLine.dtEnd %} {% set datetime_format = "d/m/Y" %} {{ CostingBackboneLinkLine.dtEnd|date(datetime_format) }}{% endif %}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'dtEnd'!='idHistory' and 'dtEnd' in assocs|keys and CostingBackboneLinkLine.dtEnd is not null %} {% endif %} {% block list_td_column_nbContractDuration %}{{ CostingBackboneLinkLine.nbContractDuration }}{% endblock %} {% if (isSelect is not defined or isSelect!=1) and 'nbContractDuration'!='idHistory' and 'nbContractDuration' in assocs|keys and CostingBackboneLinkLine.nbContractDuration is not null %} {% endif %} {% if is_expr_granted('hasRole("ROLE_SUPER_ADMINISTRATOR") or hasRole("ROLE_BACKBONE_LINK_ADMINISTRATOR")', CostingBackboneLinkLine) %} {% endif %}
{% if CostingBackboneLinkLines|length == 0 %}
{% trans from "Admingenerator" %}list.no.results{% endtrans %}
{% endif %}
{% block list_batch_actions %} {% if isMulti is defined and isMulti==1 %}
{% endif %} {% endblock %}
{% block list_paginator %} {% endblock %}
{% block endform_batch_actions %} {% endblock %}
{% block filters %} {% endblock %} {% block preferences %} {% endblock %} {% endblock %} {% block actionsmenu %}
{% block contentactionsmenu %} {% if (isSelect is not defined or isSelect!=1) and (isMulti is not defined or isMulti!=1) %} {% block list_actions %} {% if isMulti is not defined or isMulti!=1 %} {% if is_expr_granted('hasRole("ROLE_SUPER_ADMINISTRATOR") or hasRole("ROLE_BACKBONE_LINK_ADMINISTRATOR")') %} {% endif %} {% endif %} {% endblock %} {% endif %} {% if (isSelect is defined and isSelect==1) or (isMulti is defined and isMulti==1) %} {% endif %} {% endblock %}
{% endblock %}