{% extends "base.html" %} {% block content %}
|
|
{% for cell in days %}
{{ cell.date.day }}
{{ cell.date.strftime('%a') }}
|
{% endfor %}
|---|---|
|
{{ emp.full_name }}
{{ emp.employee_code }}
{% if frozen %}
· Payroll Frozen
{% endif %}
|
{% for cell in row.days %}
{% set a = cell.record %}
{% set remark = a.remarks if a else '' %}
{% set is_manual = (a and (a.source in ['Manual','Bulk'])) %}
{% if not frozen %}
{% endif %}
|
{% endfor %}