{% extends '::base.html.twig' %} {% block stylesheets %} {% endblock %} {% block titulo %} - {{proyectos.proyecto}} - {{modulo.modulo}} {% endblock %} {% block menuTop %} {% endblock %} {%block dashboard %}
| ID | CRG | Customer PO | WBS Element | Person Responsible | Reason Code | Project | UM | Total CBL | Pending CBL | {% for m in months_data %}NS {{ m.value }} | UM {{ m.value }} | Billing {{ m.value }} | {% endfor %}
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ID | CRG | Customer PO | WBS Element | Person Responsible | Reason Code | Project | UM | Total CBL | Pending CBL | {% for m in months_data %}NS {{ m.value }} | UM {{ m.value }} | Billing {{ m.value }} | {% endfor %}
| {{ item.cbl_id }} | {{ item.crg }} | {{ item.customer_po }} | {{ item.wbs_element }} | {{ item.person_responsible }} | {{ item.reason_code_desc }} | {{ item.project }} | {{ item.um }} | {{ item.total_cbl }} | {{ item.pending_cbl }} | {% for m in months_data %}{{ item[m.net_sales] }} | {{ item[m.umargin] }} | {{ item[m.billing] }} | {% endfor %}