{% extends "hrms/base.html" %} {% block content %}

{{ head }}

{% include "employee/update_menu.html" %}
{% for cont in contribution %} {% endfor %}
# Cut Off Date Contribution
{{ forloop.counter}} {{ cont.cut_off_date }} {{ cont.contribution_collected }}
{% endblock content %}