2016-12-09 12:08:59 +00:00
|
|
|
<div class="col-sm-3">
|
2017-02-21 06:04:30 +00:00
|
|
|
<div class="checkbox">
|
2016-12-09 12:08:59 +00:00
|
|
|
<label>
|
|
|
|
<input
|
|
|
|
type="checkbox"
|
|
|
|
data-idx="{{idx}}"
|
|
|
|
data-student="{{student}}"
|
|
|
|
data-student-name="{{student_name}}"
|
|
|
|
class="students-check"
|
|
|
|
{% if status === "Present" %}
|
|
|
|
checked
|
|
|
|
{% endif %}
|
|
|
|
>
|
|
|
|
{{ idx }} - {{ student_name }}
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|