{% extends "base.html" %} {% block title %}Update ITR Record{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Update ITR Record for Year {{ record.year }}

{% for field in record.keys() if field not in ['id', 'year', 'Remarks'] %} {% endfor %}
{% endblock %}