diff --git a/core/templates/core/work_log_payroll.html b/core/templates/core/work_log_payroll.html index 602cac8..9710a58 100644 --- a/core/templates/core/work_log_payroll.html +++ b/core/templates/core/work_log_payroll.html @@ -10,11 +10,11 @@ {% block content %}
- {# --- Breadcrumb --- #} + {# === Breadcrumb === #} - {# --- Page header --- #} + {# === Page header === #}

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 }}