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/view_society_list.html

{% extends "conferenceapp/layout.html" %}
{% block style %}
{% endblock %}
{% block content %}
                         
<h2 class="text-center">MEMBERS LIST OF EMAIL ID</h2>
<div class="container mobile-responsive">
<table class="table table-striped table-bordered bg-light mobile-responsive">
    <thead>
        <tr>
         <th scope="col">S.No</th>
         <th scope="col">Society Name</th>
         <th scope="col">Full Name</th>
         <th scope="col">Email</th>        
         <th scope="col">Mobile</th>
         <th scope="col">Mc Number</th>
         <th scope="col">Mc State</th>
         <th scope="col">Whatsapp Number</th>
         <th scope="col">Is Admin</th>
         <th scope="col">Action</th>

      </tr>
    </thead>

<tbody>
 {% if user_data : %}
 {% for row in user_data %}
    <tr>
         
            <td data-label= "User Id" >{{loop.index}}</td>
            <td data-label= "Society" >{{row.society_name or ''}} -- {{row.society_id}}</td>
            <td data-label= "Name" >{{row.prefix or ''}}{{row.full_name or ''}}</td>
            <td data-label= "Email"  >{{row.email or ''}}</td>
            <td data-label= "Mobile">{{row.mobile or ''}}</td>
            <td data-label= "MC No">{{row.mc_number or ''}}</td>
            <td data-label= "MC State">{{row.mc_state_name or ''}}</td>
            <td data-label= "WA Number">{{row.whatsapp_number or ''}}</td>
            <td data-label= "Is Admin">{{row.is_admin 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 ml-3 mr-3" style="color:blue;"></i></a> 
           
           <a href="{{url_for('userss.ViewMember',user_id=row.user_id)}}"  id="view_btn" title="View"> <i class="fa fa-eye ml-3 mr-3" style="color:#00a1ff;"></i></a>

           <a href="{{url_for('userss.DuplicateUser',user_id=row.user_id)}}"  title="Duplicate" id="duplicate_btn" ><i class="fa fa-file ml-3 mr-3"></i></a>
            </td>
    </tr> 

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

{% endif %}
</tbody>

</table>
<div class="col-lg-12 text-center">
        <input type="button" class="btn btn sm btn-info" value="Back" onClick="javascript:history.go(-1)" />
    </div>
  </div>
  {% endblock %} 

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