Sindbad~EG File Manager

Current Path : /home/numerotech/hs.numerotech.com/scan_v1/core/templates/users/
Upload File :
Current File : //home/numerotech/hs.numerotech.com/scan_v1/core/templates/users/search_delegate_table_user_id.html

<div class="container"><br>
    <h2 class="text-center">DELEGATE USER ID LIST</h2>  
            <input type="hidden" name="user_id" id="user_id" value="{{user_id}}">

        <div class="mobile-responsive">
            <table class="table table-striped table-bordered bg-light" id="search_delegate_table">
                <thead class="thead-dark">
                    <tr>
                        <th scope="col">SNo</th>
                        <th scope="col">Conference Name</th>
                        <th scope="col">Delegate No</th>
                        <th scope="col">Full Name</th>
                        <th scope="col">Email</th>
                        <th scope="col">Mobile</th>
                        <th scope="col">Register Type</th>
                        <th scope="col">Receipt No</th>
                        <th scope="col">Payment Method / UTR Number</th>

                        
                        <th scope="col">Action</th>         
                    </tr>
                </thead>

                <tbody>
                    {% if search_data : %}
                    {% for row in search_data %}
      
                    <tr>
                        <td data-label= "User Id" >{{loop.index}}</td>
                        <td data-label= "Conference Name">{{row.conf_name or ''}}</td>
                        <td data-label= "Delegate No" >{{row.delegate_no or '-' }} </td>
                        <td data-label= "Full Name" >{{row.d_full_name or '-' }} </td>
                        <td data-label= "Email" >{{row.d_email or '-' }} </td>
                        <td data-label= "Mobile" >{{row.d_mobile or '-' }} </td>
                        <td data-label= "Register Type" >{{row.display_name or '-' }} </td>
                        <td data-label= "Receipt No" >{{row.receipt_no or '-' }} </td>
                        <td data-label= "Payment Method / UTR Number" > 
                        {% if row.payment_method  %}
                        {% if "PAYMENT GATEWAY" in row.payment_method  %} {{row.payment_method or ''}} - {{row.payment_method_from_gateway or '' }} {% else %} {{row.payment_method or ''}} {% endif %}
                        {% endif %}
                        <br>{{row.api_payment_id or row.utr_number or ''}}
                    </td>

                        
                        <td>
                            <a href="{{url_for('userss.EditUser',user_id=row.user_id,society_id=row.society_id)}}" title="Edit" id="edit_btn"><i class="fa fa-edit mr-3" style="color:blue;"></i></a>
                            <a href="{{url_for('userss.DeleteSearchDelegateUserId',delegate_id=row.delegate_id)}}"  title="delete" id="delete_btn"  onclick="return confirm('are you sure want to delete this record?')"><i class="fa fa-trash" style="color:red;"></i></a>
                            
                        </td>
                    </tr> 

                    {% endfor %}
                    {% else : %}
                    <tr>
                        <td colspan="10" style="color:red;text-align: center;">Record not available</td>
                    </tr> 
                    {% endif %}
                </tbody>

            </table>
          
        </div>
    </div>



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