{% extends "template.html" %} {% block content %} {% set i = 0 %} {% for transaction in transactions %} {% set i = i + 1 %} {% endfor %}
PENDING TRX
TIME:
{{ transaction.TIME_START_SIMPLE | string | replace("GMT+0700 (WIB)", "") }}
CUSTOMER
{{ transaction.FULL_NAME }}, {{ transaction.MSISDN }}
NOM:
{{ transaction.NOM }}
DESTINATION:
{{ transaction.NO_HP }}
SUPPLIER:
{{ transaction.CHIP_INFO }}
INFO:
{% if transaction.MASALAH %} {{ transaction.MASALAH }} {% else %} - {% endif %}
Generated on {{ timestamp }} {% endblock %}