{% extends '::base.html.twig' %} {% block stylesheets %} {% endblock %} {% block titulo %} - {{ proyectos.proyecto }} - {{ modulo.modulo }} {% endblock %} {% block menuTop %} {% endblock %} {% block dashboard %}
{% for m in months_data %} {% endfor %} {% for item in cblData %} {% set netsales = 0 %} {% set umargin = 0 %} {% set billing = 0 %} {% for m in months_data %} {% set netsales = netsales + item[m.net_sales] %} {% set umargin = umargin + item[m.umargin] %} {% set billing = billing + item[m.billing] %} {% endfor %} {% endfor %}
CRG Deal Description {{'PROYECTO' | trans}} Owner BU PA Comm UM% Total Ub {{ "now"|date("M") }} Pending Ub {{ "now"|date("M") }}NS {{ m.value }} UM {{ m.value }} Billing {{ m.value }}NS Q UM Q Inv Q
{{ item.crg }} {% if item.deal_description == '2.02E+13' or item.deal_description == '#' %} Not Available {% else %} {{ item.deal_description }} {% endif %} {{ item.person_responsible }} {{ item.business_unit }} {{ item.product_area }} {{ item.fire_commodity }} {{ item.um }} {{ item.total_ub }} {{ item.pending_ub }} {{ item[m.net_sales] }} {{ item[m.umargin] }} {{ item[m.billing] }} {{ netsales }} {{ umargin }} {{ billing }}
{% endblock %}