{% include 'nav.html' %} {% block content %}
{% for col in columnsTD %} {% if loop.index > 4 %} {% elif col == "Total Delayed Projects" %} {% else %} {% endif %} {% endfor %} {% for row in table_data %} {% for col in columnsTD %} {% if loop.index > 1 and loop.index < 5 %} {% elif loop.index > 4 %} {% else %} {% endif %} {% endfor %} {% endfor %} {% for col in columnsTD %} {% endfor %} {% for col in columnsTD %} {% endfor %}
SN{{ col }}Delayed Projects{{ col }}
{{ loop.index }} {{ row.get(col, 'N/A') }} {% if row[col] == '0' or row[col] == 0 %} {% else %} {{ row[col] }} {% endif %} {{ row[col] }}
{% if loop.first %} Total {% elif col == "Total Budget (AED)" %} {{ table_data | sum(col) | round(2)}}B {% else %} {{ table_data | sum(col) | round(2)}} {% endif %}
{% if loop.index == 1 %} {% elif loop.index == 2 %} KPI {% elif col == "Total Delayed Projects" %} {{ ((table_data | sum("Total Delayed Projects")) / (table_data | sum("Total Projects")) * 100) | round(2) }} % {% elif col == "Total Budget (AED)" %} {% else %} {{ ((table_data | sum(col)) / (table_data | sum("Total Delayed Projects")) * 100) | round(2) }} % {% endif %}
{{ graph_html|safe }}
{% for col in columnsTD_e %} {% if loop.index > 4 %} {% elif col == "Total Delayed Projects" %} {% elif col == "Executer" %} {% else %} {% endif %} {% endfor %} {% for row in table_data_e %} {% for col in columnsTD_e %} {% if loop.index > 1 and loop.index < 5 %} {% elif loop.index > 4 %} {% else %} {% endif %} {% endfor %} {% endfor %} {% for col in columnsTD_e %} {% endfor %} {% for col in columnsTD_e %} {% endfor %}
SN {{ col }} Delayed ProjectsExecuter{{ col }}
{{ loop.index }} {{ row.get(col) }} {% if row[col] == '0' or row[col] == 0 %} {% else %} {{ row[col] }} {% endif %} {% if row[col] == "AAM" %} Al Ain Municipality {% elif row[col] == "DMT" %} Department of Municipalities and Transport {% elif row[col] == "ADM" %} Abu Dhabi Municipality {% elif row[col] == "ADHA" %} Abu Dhabi Housing Authority {% elif row[col] == "Al Dar" %} Aldar Properties {% elif row[col] == "ITC" %} Integrated Transport Center {% elif row[col] == "Musanada" %} Abu Dhabi General Services Company (Musanada) {% elif row[col] == "DRM" %} Al Dhafrah Municipality {% elif row[col] == "AD Ports" %} Abu Dhabi Ports {% endif%}
{% if loop.first %} Total {% elif col == "Total Budget (AED)" %} AED {{ table_data_e | sum(col) | round(2)}}B {% else %} {{ table_data_e | sum(col) | round(2)}} {% endif %}
{% if loop.index == 1 %} {% elif loop.index == 2 %} KPI {% elif col == "Total Delayed Projects" %} {{((table_data_e | sum("Total Delayed Projects")) / (table_data_e | sum("Total Projects")) * 100) | round(2) }} % {% elif col == "Total Budget (AED)" %} {% else %} {{ ((table_data_e | sum(col)) / (table_data_e | sum("Total Delayed Projects")) * 100) | round(2) }} % {% endif %}
{{ graph_html_e|safe }}
Filters
Phase: Search Term: Apply Search On Columns: Remove Filters
Delayed Projects Found: {{ rows | length }} | [Delay Criteria: Where Actual Delay Percentage > 0.0 % & Projects not included ('On Track', 'On Hold', 'Finished', 'Closure', 'Not Started')
{% for col in columns %} {% endfor %} {% for row in rows %} {% for cell in row %} {% endfor %} {% endfor %}
{{ col }}
{{ cell }}

{% raw %} {% endraw %} {% raw %} {% endraw %} {% endblock %}