← Back to Dashboard

ITAT Records 📄

➕ Add New Record {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% if records %}
{% for record in records %} {% endfor %}
Year MAT Tax Credit Surcharge Cess Total Credit Actions
{{ record.year }} {{ "{:,.2f}".format(record.mat_tax_credit) }} {{ "{:,.2f}".format(record.surcharge) }} {{ "{:,.2f}".format(record.cess) }} {{ "{:,.2f}".format(record.total_credit) }} Edit
{% else %}

No ITAT records found. Click the button above to add one!

{% endif %}