{% extends "base.html" %} {% block content %}
Gross Earnings: ₹{{ "%.2f"|format(gross) }}
Total Deductions: ₹{{ "%.2f"|format(total_deductions) }}
Net Pay: ₹{{ "%.2f"|format(net_pay) }}
CTC: ₹{{ "%.2f"|format(ctc) }}
Edit Salary Structure| Component | Amount (₹) |
|---|---|
| {{ e.name }} | {{ "%.2f"|format(e.amount) }} |
| Component | Amount (₹) |
|---|---|
| {{ d.name }} | {{ "%.2f"|format(d.amount) }} |