Application Details

{% if data[1] %}
Service: {{data[1]}}
{% endif %} {% if data[2] %}
Full Name: {{data[2]}}
{% endif %} {% if data[3] %}
Phone: {{data[3]}}
{% endif %} {% if data[4] %}
Email: {{data[4]}}
{% endif %} {% if data[5] %}
ID Number: {{data[5]}}
{% endif %} {% if data[6] %}
Description: {{data[6]}}
{% endif %} {% if data[7] %}
Portal Email: {{data[7]}}
{% endif %} {% if data[8] %}
Portal Password: {{data[8]}}
{% endif %} {% if data[10] %}
Amount: {{data[10]}}
{% endif %} {% if data[11] %}
Status: {{data[11]}}
{% endif %} {% if data[12] %}
Date: {{data[12]}}
{% endif %} {% if data[9] %}
Files:
{% for file in data[9].split(',') %} View File {% endfor %}
{% endif %}

Service Specific Details

{% for key, value in extra.items() %} {% if value %}
{{key}}: {{value}}
{% endif %} {% endfor %}
⬅ Back