Back to Jumpserver

Msg Permed Items Expire

apps/perms/templates/perms/_msg_permed_items_expire.html

4.10.16276 B
Original Source

{% load i18n %}

{% trans 'Dear' %} {{ name }},

{% blocktranslate %}The following {{ item_type }} will expire in {{ count }}{% endblocktranslate %}

{% for item in items %} - {{ item }} {% endfor %}

{% trans 'If you have any question, please contact the administrator' %}