Sindbad~EG File Manager

Current Path : /home/numerotech/mcinfo.numerotech.com/mc_info_update/core/templates/users/
Upload File :
Current File : //home/numerotech/mcinfo.numerotech.com/mc_info_update/core/templates/users/next.html

{% extends "users/layout.html" %}
{% block content %}
{% block bottomscript %}
{% endblock %}




 <div class="container" style="background-color:white;">

   <br>
   <a style="color:white;"  href="{{ url_for('user.Homes',society_id=society_id) }}"><button type="button" name="edit_button"  class="btn btn-primary" style="color:white;justify-content: center;"> Back </button> </a>

   
   <h4 style="text-align: center;"> Duplicate users </h4>




<ul class="list-group">
   {% for row in output %}

   <li class="list-group-item d-flex justify-content-between align-items-center">
     {{row.full_name|default('')}} - {{ row.email|default('')}} - {{row.mobile|default('')}}
    <a style="color:white;"  href="{{ url_for('user.TestMail',id=row.user_id ,society_id=society_id) }}"><button type="button" name="otp_btn"  class="btn btn-primary" style="color:white;">Sent OTP </button> </a>
  </li>
  {% endfor %}
</ul>

<br>
      </div>
{% endblock %}


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