{% trans %}This widget shows information about taxonomy term related permissions. It's being updated, as soon you make any related changes in the form.{% endtrans %}

{% trans %}Allowed users:{% endtrans %} {% if users is not empty %} {% for user in users %} {{ user.displayname }}{% if not loop.last %}, {% endif %} {% endfor %} {% else %} {% trans %}No user restrictions.{% endtrans %} {% endif %}
{% trans %}Allowed roles:{% endtrans %} {% if roles is not empty %} {% for role in roles %} {{ role.label }}{% if not loop.last %}, {% endif %} {% endfor %} {% else %} {% trans %}No role restrictions.{% endtrans %} {% endif %}