{% with messages = get_flashed_messages() %} {% if messages %}
{{ messages[0] }}
{% endif %} {% endwith %}



{% for row in value %} {% endfor %}
SOW ID KKST CAPEX SITE_ID SITE_NAME OWNER SOW ACTIVITY RF BFR MW BFR RRU BFR RF akhir MW akhir RRU akhir RF aft MW aft RRU aft tgl_oac O-AC Action
{{row['sow_id']}} {{row['kkst']}} {{row['capex']}} {{row['site_id']}} {{row['site_name']}} {{row['owner']}} {{row['sow']}} {{row['activity']}} {{row['rf_bfr']}} {{row['mw_bfr']}} {{row['rru_bfr']}} {{row['rf_aft']}} {{row['mw_aft']}} {{row['rru_aft']}} {{row['rf_ud']}} {{row['mw_ud']}} {{row['rru_ud']}} {{row['tgl_oac']}} View/Download Approve Reject


Data Approve

{% for row in values %} {% endfor %}
SOW ID KKST CAPEX site_id site_name OWNer sow activity RF BFR MW BFR RRU BFR RF akhir MW akhir RRU akhir RF aft MW aft RRU aft tgl_oac oac tgl_status status
{{row['sow_id']}} {{row['kkst']}} {{row['capex']}} {{row['site_id']}} {{row['site_name']}} {{row['owner']}} {{row['sow']}} {{row['activity']}} {{row['rf_bfr']}} {{row['mw_bfr']}} {{row['rru_bfr']}} {{row['rf_aft']}} {{row['mw_aft']}} {{row['rru_aft']}} {{row['rf_ud']}} {{row['mw_ud']}} {{row['rru_ud']}} {{row['tgl_oac']}} View/Download {{row['tgl']}} {% if row['status'] == 'approve' %} Approve {% elif row['status'] == 'reject' %} Reject {% endif %}
unduh excel