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

{% trans "New People" %}

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