{% extends 'index.html' %} {% load i18n %} {% block content %}

{% trans "Edit" %} {{form.instance.employee_first_name}}

{% include 'employee/update_form/personal_info.html' %} {% include 'employee/update_form/work_details.html' %} {% include 'employee/update_form/bank_details.html' %}
{% endblock content %}