{% load i18n static %} {% 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 %}

{% comment %} {% endif %} {% endcomment %}
{% endif %}