{% extends '::base.html.twig' %} {% block stylesheets %} {% endblock %} {% block titulo %} - {{ proyectos.proyecto }} - {{ modulo.modulo }} {% endblock %} {% block menuTop %} {% endblock %} {% block dashboard %}
| UnbilledID | CRG | Deal Id | Deal Description | Assignment Id | Assignment Description | WBS Element | Person Responsible | Sales Order | Ericsson Contract | Reason Code | Total UB | Pending UB | {% for m in months_data %}{{ m.value }} | {% endfor %}
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ item.unbilled_id }} | {{ item.crg }} | {{ item.deal_id }} | {{ item.deal_description }} | {{ item.assignment_id }} | {{ item.assignment_description }} | {{ item.wbs_element }} | {{ item.person_responsible }} | {{ item.sales_order }} | {{ item.ericsson_contract }} | {{ item.total_ub }} | {{ item.pending_ub }} | {% for m in months_data %}{{ item[m.desc_month] }} | {% endfor %}