{% extends "AdmingeneratorGeneratorBundle::base_admin_assetic_less.html.twig" %}
{% block stylesheets %} {{ parent() }}
{% endblock %}
{% block javascripts %} {{ parent() }}
{% endblock %} {% block title %}
{{ parent() }} - {% trans from "Admin" %}View{% endtrans %}
{% endblock %}
{% block body %} {% block page_title %}
{% trans from "Admin" %}View{% endtrans %}
{% block show_column_label_idCostingLocalLoopLine %}{{ 'Id'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_idCostingLocalLoopLine %}{{ CostingLocalLoopLine.idCostingLocalLoopLine }}{% endblock %} |
{% block show_column_label_mtNrc %}{{ 'NRC'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_mtNrc %}{{ CostingLocalLoopLine.mtNrc|number_format }}{% endblock %} |
{% block show_column_label_mtMrc %}{{ 'MRC'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_mtMrc %}{{ CostingLocalLoopLine.mtMrc|number_format }}{% endblock %} |
{% block show_column_label_lbNrc %}{{ 'NRC details'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_lbNrc %}{{ CostingLocalLoopLine.lbNrc }}{% endblock %} |
{% block show_column_label_lbMrc %}{{ 'MRC details'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_lbMrc %}{{ CostingLocalLoopLine.lbMrc }}{% endblock %} |
{% block show_column_label_mtNrcEuro %}{{ 'Nrc in euro'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_mtNrcEuro %}{{ CostingLocalLoopLine.mtNrcEuro|number_format }}{% endblock %} |
{% block show_column_label_mtMrcEuro %}{{ 'Mrc in euro'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_mtMrcEuro %}{{ CostingLocalLoopLine.mtMrcEuro|number_format }}{% endblock %} |
{% block show_column_label_dtStartMrc %}{{ 'MRC Start date'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_dtStartMrc %}{% if CostingLocalLoopLine.dtStartMrc %} {% set datetime_format = "d/m/Y" %} {{ CostingLocalLoopLine.dtStartMrc|date(datetime_format) }}{% endif %}{% endblock %} |
{% block show_column_label_dtEndMrc %}{{ 'MRC End date'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_dtEndMrc %}{% if CostingLocalLoopLine.dtEndMrc %} {% set datetime_format = "d/m/Y" %} {{ CostingLocalLoopLine.dtEndMrc|date(datetime_format) }}{% endif %}{% endblock %} |
{% block show_column_label_cdProviderAccount %}{{ 'Cdprovideraccount'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_cdProviderAccount %}{{ CostingLocalLoopLine.cdProviderAccount }}{% endblock %} |
{% block show_column_label_dtStart %}{{ 'Start billing date'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_dtStart %}{% if CostingLocalLoopLine.dtStart %} {% set datetime_format = "d/m/Y" %} {{ CostingLocalLoopLine.dtStart|date(datetime_format) }}{% endif %}{% endblock %} |
{% block show_column_label_dtEnd %}{{ 'End billing date'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_dtEnd %}{% if CostingLocalLoopLine.dtEnd %} {% set datetime_format = "d/m/Y" %} {{ CostingLocalLoopLine.dtEnd|date(datetime_format) }}{% endif %}{% endblock %} |
{% block show_column_label_nbContractDuration %}{{ 'Contract duration'|trans({}, 'Admin') }}{% endblock %} | {% block show_column_nbContractDuration %}{{ CostingLocalLoopLine.nbContractDuration }}{% endblock %} |