{% extends "cm_portal/hris_index.html" %} {% block title %}| Add Employee{% endblock %} {% block page_title %}| Add Employee{% endblock %} {% block content %}
{% csrf_token %}
{% for field in form %} {% if field.label == 'Position' %} {% endif %} {% endfor %}
{{ field.label }} {{ field }} Add a position
{% endblock %}