Sindbad~EG File Manager

Current Path : /home/numerotech/test-abs.numerotech.com/common_abs_v2/core/templates/users/TNOA24/VVV/
Upload File :
Current File : //home/numerotech/test-abs.numerotech.com/common_abs_v2/core/templates/users/TNOA24/VVV/view.html

{% extends "users/layout.html" %} {% block title %}{% endblock %}
{% set setting = AbstractModel().settings(data.abs_type,conf_id) %}
 {% block content %}
 <div class="container Course">
            <h3>View {{setting[0][0].title}} Registrations</h3><hr>
        </div>
<div class="container bg-white p-3 rounded">
    <div class="row mt-2">
        <div class="col-lg-4 col-md-4 col-sm-12 form-group">
            <label class="font-weight-bold">Delegate Number</label>
            <div>{{delData.delegate_no or ''}}</div>
        </div>
        <div class="col-lg-4 col-md-4 col-sm-12 form-group">
            <label class="font-weight-bold">Membership Number</label>
            <div>{{data.membership_no or ''}}</div>
        </div>
        
        <div class="col-lg-4 col-md-4 col-sm-12 form-group">
            <label class="font-weight-bold">Name</label>
            <div>{{data.full_name}}</div>
        </div>
    </div>
    <div class="row">
        <div class="col form-group">
            <label class="font-weight-bold">Team Name</label>
        </div>
    </div>
    <div class="row">
        <div class="col form-group">
            <textarea class="form-control" disabled>{{data.title or ''}}</textarea>
        </div>
    </div>
    {% if data1 %}
      <div class="row">
        <div class="col form-group">
          <label><b>Following are the list of Team Mate(s) :</b></label>
          <div class="table-responsive mobile-responsive">
            <table class="table table-bordered">
              <thead class="thead-dark text-center">
                <th scope="col">MEMBERSHIP NO</th>
                <th scope="col">NAME</th>
                <th scope="col">EMAIL</th>
                <th scope="col">MOBILE</th>
              </thead>
               {% for i in data1 %}
              <tbody class="text-center">
                <tr>
                  <td data-label="MEMBERSHIP NO">{{i.membership_no or 'Non-Member'}}</td>
                  <td data-label="AUTHOR NAME">{{i.full_name or ''}}</td>
                  <td data-label="EMAIL">{{i.email or ''}}</td>
                  <td data-label="MOBILE">{{i.mobile or ''}}</td>
                </tr>
              </tbody>
              {% endfor %} 
            </table>
          </div>
        </div>
      </div>
      {% endif %}
    <div class="row">
        <div class="col">
            <a href="{{url_for('main.AbstractsIndex',abs_type=data.abs_type,conf_id=conf_id,conf_key=conf_key)}}" class="btn btn-primary">GO BACK TO ABSTRACT HOME</a>
        </div>
    </div>
</div>
{% endblock %} {% block script %}
<script type="text/javascript"></script>
{% endblock %}

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