Sindbad~EG File Manager
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<style type="text/css">
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th{
text-align: left;
}
</style>
</head>
<body>
<input type="hidden" name="user_id" id="user_id" value="{{output.user_id}}">
<input type="hidden" name="society_id" id="society_id" value="{{society_id}}" >
<table style="width:100%">
<tr>
<th>Prefix :</th>
<td>{{output.prefix|default('')}}</td>
</tr>
<tr>
<th>Full Name :</th>
<td>{{output.full_name|default('')}}</td>
</tr>
<tr>
<th>Email :</th>
<td>{{output.email|default('')}}</td>
</tr>
<tr>
<th>Mobile :</th>
<td>{{output.mobile|default('')}}</td>
</tr>
<tr>
<th>DOB :</th>
<td>{{output.dob|default('')}}</td>
</tr>
<tr>
<th>Gender :</th>
<td>{{output.gender|default('')}}</td>
</tr>
<tr>
<th>Address Line 1 :</th>
<td>{{output.address_line_1|default('')}}</td>
</tr>
<tr>
<th>Address Line 2 :</th>
<td>{{output.address_line_2|default('')}}</td>
</tr>
<tr>
<th>Address Line 3 :</th>
<td>{{output.address_line_3|default('')}}</td>
</tr>
<tr>
<th>City :</th>
<td>{{output.city|default('')}}</td>
</tr>
{% if states %}
{% for row in states %}
{% if row.state_id == output.state : %}
<tr>
<th>State :</th>
<td>{{row.state_name}}</td>
</tr>
{% endif %}
{% endfor %}
{% endif %}
<tr>
<th>Pincode :</th>
<td>{{output.pincode|default('')}}</td>
</tr>
<tr>
<th>Country:</th>
<td>{{output.country|default('')}}</td>
</tr>
<tr>
<th>MC Number:</th>
<td>{{output.mc_number|default('')}}</td>
</tr>
{% if states %}
{% for row in states %}
{% if row.state_id == output.mc_state : %}
<tr>
<th>State :</th>
<td>{{row.state_name}}</td>
</tr>
{% endif %}
{% endfor %}
{% endif %}
{% if reg_type %}
{% for mc in reg_type %}
{% if mc.reg_type_id == output.reg_type_id : %}
<tr>
<th>Register Type :</th>
<td>{{mc.type_name}}</td>
</tr>
{% endif %}
{% endfor %}
{% endif %}
{% if reg_type %}
{% for mc in reg_type %}
{% if mc.reg_type_id == output.reg_type_id : %}
<tr>
<th>Amount :</th>
<td>{{mc.amount}}</td>
</tr>
{% endif %}
{% endfor %}
{% endif %}
</table>
<p>Payment Successfull....</p>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists