{% extends "base.html" %} {% load static %} {% block title %} {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if employee.image %}
{% endif %}
Employment Information
Department {{employee.department}}
Employement Status {{employee.emplyment_status}}
Basic {{employee.basic}}
Joining date {{employee.joining_date}}
Bank Name {{employee.bank_name}}
Mother Organization {{employee.mother_organization}}
Branch {{employee.branch}}
Designation {{employee.designation}}
Grade {{employee.grade}}
Gross {{employee.gross_salary}}
Bank Account {{employee.bank_ac}}
Blood Group {{employee.blood_group}}
Sister Organization {{employee.sister_organization}}
Basic Information
Name(English) {{employee.name_en}}
Father Name(English) {{employee.father_name_en}}
Mother Name(English) {{employee.mother_name_en}}
Marital Status {{employee.marital_status}}
Gender {{employee.gender}}
Date of Birth {{employee.birth_date}}
Mobile {{employee.mobile}}
Emergency Contact {{employee.emergency_contact_no}}
Name(Bengali) {{employee.name_bn}}
Father Name(Bengali) {{employee.father_name_bn}}
Mother Name(Bengali) {{employee.mother_name_bn}}
Spouse {{employee.spouse_name}}
Nationality {{employee.nationality}}
Age {{employee.age}}
Email {{employee.email}}
E Address {{employee.emergency_contact_address}}
Address
Present Address
House {{employee.present_house_no}} Road {{employee.present_road_no}}
Section {{employee.present_section_no}} Sector {{employee.present_sector_no}}
Area {{employee.present_area_name}} Post Office {{employee.present_PostOffice}}
Thana {{employee.present_thana}} District {{employee.present_district}}
Division {{employee.present_division}}
Permanent Address
House {{employee.permanent_house_no}} Road {{employee.permanent_road_no}}
Section {{employee.permanent_section_no}} Sector {{employee.permanent_sector_no}}
Area {{employee.permanent_area_name}} Post Office {{employee.permanent_PostOffice}}
Thana {{employee.permanent_thana}} District {{employee.permanent_district}}
Division {{employee.permanent_division}}
Experience
{% for experience in experiences %} {% endfor %}
# Position organization Employement Type Responsibility joining Date Release Date
{{forloop.counter}} {{experience.position}} {{experience.organization}} {{experience.employment_type}} {{experience.responsibility}} {{experience.joining_date}} {{experience.release_date}}
Education
{% for education in educations %} {% endfor %}
# Degree Department Passing Year Result
{{forloop.counter}} {{education.degree}} {{education.group_department}} {{education.passing_year}} {{education.grade_point}}
Attendence Device Info
{% for biometric_id in biometric_ids %} {% endfor %}
Device ID Biometric ID
{{biometric_id.device }} {{biometric_id.biometric_id}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %}