{% extends "hrms/base.html" %} {% load crispy_forms_tags %} {% block content %}
# | 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 |