{% import "bootstrap/wtf.html" as wtf %} {% extends "base.html" %} {% block title %}Assign Employee{% endblock %} {% block body %}

Assign Departments and Roles


Select a department and role to assign to {{ employee.first_name }} {{ employee.last_name }}


{{ wtf.quick_form(form) }}
{% endblock %}