{% load idm_tags i18n %}
{% comment %}
Context variables:
    role - UserRole instance.
    user - sotrudnik, kotoriy poluchil etu rol.
{% endcomment %}

{% trans role.system.get_name as system_name %}{% blocktrans %}Вы получили роль в системе {{ system_name }}{% endblocktrans %}: {{ role.email_humanize|safe }}.

