{% load i18n %}

{% trans "Employee Permissions" %}

{% if show_assign %} {% if perms.auth.add_permission %} {% endif %} {% endif %}
{% include "base/auth/permission_lines.html" %}