Sindbad~EG File Manager
<div class="row">
<input type="hidden" name="map_id" id="map_id" value="{{map_id or 0}}">
<input type="hidden" name="reminder_id_1" id="reminder_id_1" value="{{reminder_id or 0}}">
<div class="col-lg-12 col-md-12 col-sm-12">
{% if all_mail_list: %}
{% if selected_mail_list : %}
{% for all_mail in all_mail_list : %}
{% if all_mail.email in selected_mail_list : %}
<label>
<input type="checkbox" name="email_list" id="{{all_mail.report_id}}" class="email_list" value="{{all_mail.email}}" checked>
{{all_mail.email or '' }}
</label>
{% else:%}
<label>
<input type="checkbox" name="email_list" id="{{all_mail.report_id}}" class="email_list" value="{{all_mail.email}}">
{{all_mail.email or '' }}
</label>
{% endif %}
{% endfor %}
{% else:%}
{% for all_mail in all_mail_list : %}
<label>
<input type="checkbox" name="email_list" id="{{all_mail.report_id}}" class="email_list" value="{{all_mail.email}}">
{{all_mail.email or '' }}
</label>
{% endfor %}
{% endif %}
{% else :%}
<h4 style="color:red;text-align: center;">Email list is empty</h4>
{% endif%}
</div>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists