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

{{ head }}

{% include "employee/update_menu.html" %}
{% for cont in contribution %} {% endfor %}
# Cut Off Date Contribution
{{ forloop.counter}} {{ cont.base_payroll }} {% if kind == "pagibig" %} {{ cont.pagibig }} {% elif kind == "philhealth" %} {{ cont.philhealth }} {% elif kind == "sss" %} {{ cont.sss }} {% endif %}
{% endblock content %}