{% extends "base.html" %}{% block content %}

Employee Custom Fields

Add future employee attributes without changing the employee table or source code.
Add Custom Field
{% for x in fields %}{% empty %}{% endfor %}
CompanyKeyLabelTypeRequiredStatusAction
{{ x.company }}{{ x.key }}{{ x.label }}{{ x.field_type|title }}{{ x.is_required|yesno:"Yes,No" }}{{ x.is_active|yesno:"Active,Inactive" }}Edit
No custom fields configured.
Deactivate fields instead of deleting them. Existing employee values remain preserved for history.
{% endblock %}