{% extends "ui/templates/base/layout.html" %} {% block content %}
{% if errors %}
{{ errors|join(', ') }}
{% endif %}

Employee Document Types

Maintain branch-wise document categories like PAN, Aadhaar, certificates and bank proof.

Add Document Type

{% for row in rows %} {% else %}{% endfor %}
CodeNameRulesEdit
{{ row.code }}{{ row.name }}
{{ row.description or '' }}
{% if row.is_mandatory %}Mandatory{% else %}Optional{% endif %} • {% if row.allow_employee_upload %}Employee upload{% else %}HR upload only{% endif %} • {% if row.requires_verification %}Verification{% else %}No verification{% endif %} • {% if row.is_active %}Active{% else %}Inactive{% endif %}
Edit
No document types found.
{% endblock %}