Sindbad~EG File Manager

Current Path : /home/numerotech/status.numerotech.com/status_app/core/templates/abs_status/
Upload File :
Current File : //home/numerotech/status.numerotech.com/status_app/core/templates/abs_status/bo_abs_date_conf.html

<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.abs_type}}
		                   							</td>
								                    <td>{{j.start_date.strftime('%d-%h-%Y %H:%M') or ''}} - {{j.end_date.strftime('%d-%h-%Y %H:%M') or ''}}</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.start_date.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