Sindbad~EG File Manager
{% if conf %}
{% for row in conf %}
{% if row.reg_start_on %}
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="text-center text-danger" style="text-align: left;color: rgb(255,255,255);vertical-align:middle;padding: 10px;font-size: 1.2em;
background-color:#d13737;">{{row.conf_name}} </h1>
<h4> Conference Date : {% if row.conf_start_time %}{{row.conf_start_time.strftime('%d-%m-%Y')}} {% endif %} to {% if row.conf_end_time %}{{row.conf_end_time.strftime('%d-%m-%Y')}} {% endif %}</h4>
<h4> Registration Date :{% if row.reg_start_on %} {{row.reg_start_on.strftime('%d-%m-%Y')}}{% endif %} to {% if row.reg_end_on %} {{row.reg_end_on.strftime('%d-%m-%Y')}} {% endif %}</h4>
</div>
<div class="col-lg-12" >
<p style="text-align: center !important;">{{row.tariff_url |safe }}</p>
</div>
</div>
</div>
{% endif %}
{% endfor %}
{% endif %}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists