{% extends 'base.html' %} {% load static %} {% block title %}Delete Bonus - HR - Optinet Global Links{% endblock %} {% block content %}

Delete Bonus

Back to Bonuses
Confirm Deletion

Are you sure you want to delete this bonus?

Bonus Details
  • Employee: {{ object.employee.full_name }}
  • Type: {{ object.get_bonus_type_display }}
  • Reason: {{ object.reason }}
  • Amount: KES {{ object.amount|floatformat:2 }}
  • Date Earned: {{ object.date_earned|date:"M d, Y" }}

This action cannot be undone.

{% csrf_token %}
Cancel
{% endblock %}