Sindbad~EG File Manager
<div class="row">
<div class="col-lg-12">
<div class="text-danger">
<h3>{{date_string.strftime('%d %b %Y')}} - ({{date_string.strftime('%a')}})</h3>
</div>
{% if get_date_config: %}
<div class="text-danger">
</div><br>
<div class="card leftBorder ml-md-5 ml-lg-5">
<div class="card-body">
<div class="mobile-responsive">
<table class="table table-striped table-bordered" id="get_role" style="width: 100%;overflow: none">
<form method="POST" id="abs_setting_table">
<tbody>
{% for j in get_date_config %}
<tr>
<td>{{j.conf_name}}</td>
<td name="data">
{{j.display_name}}
</td>
<!-- <td>Is Visible {% if j.is_visible==1 %}<i class="fa fa-check-circle" aria-hidden="true"></i>{% else%} <i class="bi bi-x-circle-fill"></i>{% endif %}
</td> -->
<td> {% if j.amount %} Rs. {{j.amount}} {% endif %} </td>
<td>
{% if j.start_by_reg %}
{{j.start_by_reg.strftime('%d-%h-%Y %H:%M') or ''}} - {{j.end_by.strftime('%d-%h-%Y %H:%M') or ''}}
{% else %}
{{j.start_by.strftime('%d-%h-%Y %H:%M') or ''}} - {{j.end_by.strftime('%d-%h-%Y %H:%M') or ''}}
{% endif %}
</td>
<td>{% if j.start_by.strftime('%Y-%m-%d')==date_string.strftime('%Y-%m-%d') %}<div class="bg-success text-white text-center">Start</div>{% else %}<div class="bg-danger text-white text-center">End</div>{% endif %}
</td>
<tr>
{% endfor %}
</tbody>
</form>
</table>
</div>
</div>
</div><br>
{% else %}
<div class="card leftBorder ml-md-5 ml-lg-5">
<div class="card-body">
<h4 >No Config</h4>
</div>
</div>
{% endif %}
</div>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists