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



{% for row in data2 %} {% endfor %}
Status 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 tgl_approved
Ubah Lanjut {% if row['status'] == 'approve' %} Approve {% elif row['status_tp'] == 'reject' %} Reject by TP {% elif row['status'] == 'reject' %} Reject by Telkomsel {% elif row['status'] == '' %} On Progress {% elif row['status_tp'] == '' %} On Progress {% endif %} {{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']}}