{% load i18n %} {% if perms.auth.view_permission or perms.auth.view_group %}
{% if employee %}

{% trans "Employee Permissions" %}

{% include "base/auth/permission_lines.html" %} {% else %} {% include "base/auth/permission_table.html" %} {% endif %}
{% if employee.employee_user_id.groups.all.first %} {% endif %}
{% endif %}