{% extends 'base_admin.html.twig' %} {% block title %}Employee index{% endblock %} {% block body %}
Full Name Click to edit |
Date of Birth | e-mail Click to email |
PA1 |
PA2 |
AX |
Address Hover for address |
Nationality | AVS | Job | Primary/ Secondary | Gross/Net | Permit | Impot | Marital status | Active |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ employee.fullName }} | {{ employee.dateOfBirth ? employee.dateOfBirth|date('d-M-Y') : '' }} | {{ employee.email }} | {% if employee.personalMobile1 is not empty %} {% endif %} {% if employee.isPersonalMobile1WA == 1 and employee.personalMobile1 is not empty %} {% endif %} | {% if employee.personalMobile2 is not empty %} {% endif %} {% if employee.isPersonalMobile2WA == 1 and employee.personalMobile2 is not empty %} {% endif %} | {% for axMobile in axMobiles %} {% if axMobile.employee is not null %} {% if axMobile.employee.id == employee.id %} {{ axMobile.mobileNumber }} {% endif %} {% endif %} {% endfor %} | {{ ( employee.addressCity == "TBA") ? 'N' : 'Y' }} | {{ (employee.nationality.code is defined) ? employee.nationality.code :'' }} | {{ employee.avsNumber }} | {{ employee.jobDescription }} | {{ employee.primarySecondaryJob }} | {{ employee.grossNetPaymentSetUp|capitalize }} | {{ (employee.permit.permitType is defined) ? employee.permit.permitType : '' }} | {{ employee.impotclassification }} | {{ employee.etatCivil }} | {{ employee.IsActive ? 'Yes' : 'No' }} |
no records found |