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

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

 <div class="container" >

   <br>
  
   <h4 style="text-align: center;"> Users Dashboard </h4>

   <br>

	<input type="text" class="form-control" name="user_id" id="user_id"  value="{{output.user_id}}" hidden>
    <input type="text" class="form-control" name="society_id" id="society_id"  value="{{society_id}}" hidden>
    <input type="text" class="form-control" name="parent_user_id" id="parent_user_id"  value="{{parent_user_id}}" hidden>

<div class="container">
  <div class="card col-12">
  <div class="row">
    <div class="card-body col-6"><h3>{{output.full_name|default('')}}</h3></div>
    <div class="card-body col-6"><h3>{{output.email|default('')}}</h3></div>
  </div>  
  <div class="row">
  	{% if reg_type %}
                  {% for mc in reg_type %}
                       {% if mc.reg_type_id == output.reg_type_id : %}
                        <div class="card-body col-6"><h3>Register Type : {{mc.type_name|default('')}}</h3></div>  
                     {% endif %}
      {% endfor %}
      {% endif %}
    
      {% if reg_type %}
                  {% for mc in reg_type %}
                       {% if mc.reg_type_id == output.reg_type_id : %}
							<div class="card-body col-6"><h3>Amount : {{mc.amount|default('')}}</h3></div>  
                     {% endif %}
	  {% endfor %}
	  {% endif %}
  </div>
  <div class="row">
    <div class="card-body col-6"><h3>Status : {{payment_status|default('')}}</h3></div>
    <div class="card-body col-6"> 
    	<input type="submit" class="btn btn-primary btn-md btn text-uppercase submit_btn"  id="submit_btn" name="submit_btn" value="View">
    </div>
  </div>   
  </div>
</div>



<!-- 






<form id="registration_form" method="POST" action="{{url_for('user.GetDelegates',society_id=society_id,user_id=output.user_id)}}">
	

<div class="container" style="border-color: black;">
         <div class="row">
            <div class="col-sm-6">
               <label>Full name :  <span class="mand">{{output.full_name|default('')}}</span> <br> </label>
            </div>


            <div class="col-sm-6">
               <label>Email : <span class="mand">{{output.email|default('')}}</span> <br> </label>
            </div>
         </div>
         <br>
         <div class="row">
            <div class="col-sm-6">
               <label>Mobile : <span class="mand">{{output.mobile|default('')}}</span> <br></label>
            </div>
            <div class="col-sm-6">
            	<label>DOB : <span class="mand">{{output.dob|default('')}}</span> <br></label>
            </div>
         </div>
         <br>
         
        <div class="row">
            <div class="col-sm-6">
                <label>Register Type<span class="mand">:</span> <br></label>
                  {% if reg_type %}
                  {% for mc in reg_type %}
                       {% if mc.reg_type_id == output.reg_type_id : %}
                        <label style="font-weight:bold">{{mc.type_name}}</label>
                     {% endif %}
                  {% endfor %}
                  {% endif %}
            </div>
            <div class="col-sm-6">
            	 <label>Amount :<span class="mand" style="font-weight:bold">{{payment_status}}</span> <br></label>
            </div>
         </div>

         <br>
         <div class="row">

            <div class="col-sm-3" >
                  <label><span class="mand"></span> <br></label>
               <a style="color:white;"  href="{{ url_for('user.Homes',society_id=society_id) }}"><button type="button" name="edit_button"  class="btn btn-primary btn-md btn-block text-uppercase"  style="align-items: center;"> Previous </button> </a>
                        
            </div>

            <div class="col-sm-3" >
               <label><span class="mand"></span> <br></label>
                <input type="submit" class="btn btn-primary btn-md btn-block text-uppercase submit_btn"  id="submit_btn" name="submit_btn" value="Next">
              
            </div>
         </div>

      </div>
</form> -->
</div>

{% endblock %}

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