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

Update CIT Record for AY {{ record.year }}

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