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

{{ head }}

Add Employee {% comment %}
{% csrf_token %}
{% endcomment %}
{% for emp in employees %} {% endfor %}
# Emp Id Employee Name SSS Phone Position Company Date Hired Contact Expiration Remarks Action
{{ forloop.counter}} {{ emp.emp_id }} {{ emp }} {{ emp.get_hiring_details.sss }} {{ emp.phone }} {{ emp.get_hiring_details.position }} {{ emp.company }} {{ emp.date_hired }} {{ emp.contract_expiration }} {{ emp.remarks }} Update
{% endblock content %}