{% extends "base_authenticated.html" %} {% set page_title = "Add New Employee" %} {% block title %}{{ page_title }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Add New Employee

Create a new employee record in the system

Employee Information

Must be a unique numeric identifier
Select the project this employee will be assigned to
Optional field, maximum 20 characters
Cancel
{% endblock %} {% block extra_scripts %} {% endblock %}