{% load i18n admin_tags lib_tags %} {% for ident in identities %} {% check_identity_status ident as identity_is_enabled %} {{ ident }}{% if not identity_is_enabled %} {% trans "(disabled)" %}{% endif %} {{ ident.name_or_rcpt }} {% render_tags ident.tags %} {% identity_actions user ident %} {% endfor %}