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

Edit Employee

Update employee information in the system

Employee Information

Current Employee

{{ employee.full_name }} (ID: {{ employee.id }})

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 %}