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