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

{% trans "Edit Profile" %}

{% include 'employee/profile/personal_info.html' %} {% include 'employee/profile/bank_info.html' %}
{% endblock content %}