Sindbad~EG File Manager
<input type="hidden" name="pa_user_id" id="pa_user_id" value="{{ pa_data.user_id or 0 }}">
<div class="row" id="presenting_topic_id"style="text-align: center;" >
<table class="table table-bordered mobile-responsive">
<thead class="thead-dark text-center">
<th scope="col">MEMBERSHIP NO</th>
<th scope="col">AUTHOR NAME</th>
<th scope="col">EMAIL</th>
<th scope="col">MOBILE</th>
</thead>
<tbody>
{% if pa_data %}
<tr>
<td data-label="MEMBERSHIP NO">{{pa_data.membership_no or 'Non-Member'}}</td>
<td data-label="AUTHOR NAME">{{pa_data.full_name or ''}}</td>
<td data-label="EMAIL">{{pa_data.email or ''}}</td>
<td data-label="MOBILE">{{pa_data.mobile or ''}}</td></tr>
{% endif %}
</tbody>
</table>
</div>
<div class="row">
<div class="col text-center">
<button type="button" name="searchcoins1" id="searchcoins1" class="btn btn-primary">Click Here To Change The Presenting Author Details</button>
</div>
</div>
{% block script %}
<script type="text/javascript">
$("#searchcoins1").click(function () {
$("#searchcoinst").modal("show");
});
</script>
{% endblock %}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists