brotherton-erpnext/erpnext/public/js/templates/employees_to_mark_attendance.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
378 B
HTML
Raw Normal View History

{% if data %}
<div class="col-md-12 col-xs-12" align="center">
<div class="col-md-12 col-xs-12" style="padding-bottom:15px;">
<b>Employees to mark attendance</b>
</div>
{% for item in data %}
<div class="col-md-4 col-xs-6" style="padding-bottom:10px;">
{{ item.employee }} &nbsp;&nbsp; {{ item.employee_name }}
</div>
{% } %}
</div>
{% } else { %}
<div></div>
{% } %}