{% trans %}This user has been assigned the permission template{% endtrans %} "{{ user['tpl_name'] }}".
{% if user['tpl_descr'] != "" %}
{% trans %}The description for this template is{% endtrans %}: "{{ user['tpl_descr'] }}".
{% endif %}
{% trans %}Based on this template, this user has the following permissions{% endtrans %}:
{% for item in user_permissions %}
{% set descr = item['descr'] %}
- {% trans %}%descr%{% endtrans %} ({{ item['name'] }})
{% endfor %}