Work Log Payroll
@@ -33,7 +33,7 @@
- {# --- Attendance card --- #}
+ {# === Attendance card === #}
Attendance
@@ -59,7 +59,7 @@
- {# --- Unpriced OT banner --- #}
+ {# === Unpriced OT banner === #}
{% if overtime_needs_pricing %}
@@ -68,7 +68,7 @@
{% endif %}
- {# --- Workers table --- #}
+ {# === Workers table === #}
Workers on this log
@@ -117,7 +117,7 @@
- {# --- Adjustments card (only when present) --- #}
+ {# === Adjustments card (only when present) === #}
{% if adjustments %}
@@ -145,7 +145,7 @@
{% endif %}
- {# --- Totals footer --- #}
+ {# === Totals footer === #}
Total earned: R {{ total_earned|money }}
Paid: R {{ total_paid|money }}