2016-12-09 17:38:59 +05:30
|
|
|
<div class="col-sm-3">
|
2017-02-21 11:34:30 +05:30
|
|
|
<div class="checkbox">
|
2016-12-09 17:38:59 +05:30
|
|
|
<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>
|