{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if request.user.is_superuser == True %}
{% csrf_token %}
Employee Skill Report
{{form.mother_organization|as_crispy_field}}
{{form.sister_organization|as_crispy_field}}
{{form.branch|as_crispy_field}}
{{form.skill|as_crispy_field}}
{{form.skill_process|as_crispy_field}}
{% endif %} {% if request.user.user_type == 'Mother_Organization_admin' %}
{% csrf_token %}
Employee Skill Report
{{form.sister_organization|as_crispy_field}}
{{form.branch|as_crispy_field}}
{{form.skill|as_crispy_field}}
{{form.skill_process|as_crispy_field}}
{% endif %} {% if request.user.user_type == 'Sister_Organization_admin' %}
{% csrf_token %}
Employee Skill Report
{{form.branch|as_crispy_field}}
{{form.skill|as_crispy_field}}
{{form.skill_process|as_crispy_field}}
{% endif %} {% if request.user.user_type == 'Branch' %}
{% csrf_token %}
Employee Skill Report
{{form.skill|as_crispy_field}}
{{form.skill_process|as_crispy_field}}
{% endif %} {% if employees %}

{{ branch.name_en }}

{{ branch.address_details }}

{{report_month}} {{report_year}}{{eid_bonus_list.created_date}}

Employee Skill Report {% comment %} {% if department %} {{department}} {% endif %} {% if designation %}   -   {{designation}}{% endif %}

{{year}}  -  {{month}} {% endcomment %} {% if department %}(Department : {{department}}) {% endif %} {% if designation %} (Designation : {{designation}}) {% endif %} {% if from_date %} {{from_date}}  -  {{to_date}} {% endif %} {% for employee in employees %} {% comment %} {% if department_list.0.0 %} {% endif %} {% endcomment %} {% endfor %}
SL No Employee Department Designation Skill Process Comitted Production Per Hour Hired For This Remarks
{{forloop.counter}} {{ employee.employee }} {{ employee.employee.department.name_en }} {{ employee.employee.designation.name_en }} {{ employee.skills}} {{ employee.process}} {{ employee.comitted_production_per_hour}} {{ employee.hired_for_this}} {{ employee.remarks}}
{{department_list.0.1}}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}