Penalties applied for late payments
KES {{ penalty.amount|floatformat:2 }}
{% if penalty.is_automatic %} 🤖 Auto {% else %} 👤 Manual {% endif %}{{ penalty.penalty_rate }}% rate for {{ penalty.days_overdue }} days overdue
Outstanding: KES {{ penalty.outstanding_amount|floatformat:2 }}
{% if penalty.penalty_date %}📅 Penalty Date: {{ penalty.penalty_date|date:"M d, Y" }}
{% endif %} {% if not penalty.is_automatic and penalty.applied_by %}Applied by: {{ penalty.applied_by.get_full_name }}
{% endif %}{{ penalty.applied_date|date:"M d, Y" }}
{{ penalty.applied_date|time:"H:i" }}
{% if user.is_staff and not penalty.is_automatic %} {% endif %}No penalties applied yet.
{% if is_overdue and user.is_staff %} {% endif %}