Sindbad~EG File Manager
{% if getDays: %}
<h1 class="text-success">{{getDays[0].display_dt}}</h1>
<div class="row">
<div class="col-md-12 text-center">
<h5 class="text-danger">Current Active Sessions</h5>
</div>
</div>
{% for days in getDays %}
<input type="hidden" name="asession_id" id="asession_id" value="{{days.asession_id}}">
<div class="card mt-2">
<div class="card-body" >
<h5 class="text-danger text-left text-uppercase">{{days.hall}}:</h5>
<h3 class="text-primary text-left text-uppercase">{{days.session_name}}</h3>
</div>
</div>
{% endfor %}
{% else %}
<h3 class="font-weight-bold text-center mt-4">No Active Sessions</h3>
{% endif %}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists