Sindbad~EG File Manager

Current Path : /home/numerotech/hs.numerotech.com/scan_v1/core/templates/signup/
Upload File :
Current File : //home/numerotech/hs.numerotech.com/scan_v1/core/templates/signup/unsignup_table.html

{% if signed_data : %}
    {% for row in signed_data %}
    <tr>
        <td data-label="Delegate No">{{row.delegate_no}}</td>
        <td data-label="Full Name">{{row.full_name}}</td>
        <td data-label="Email">{{row.email}}</td>
        <td data-label="Mobile">{{row.mobile}}</td>
        <td data-label="Unsign"><button class="btn btn-primary btn-sm" data-toggle="modal" data-target="#exampleModal" id="unsign_btn" onclick="unsign_btn('{{row.delegate_no}}')">unsignup</button> </td>

    </tr>
    {% endfor %}
{% endif %}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists