{# /** * @file * Template for restricted user profile view mode. * * Shows only the display name and a message that the profile is not public. */ #}

{{ user.displayname }}

{{ 'This user has not made their profile public.'|t }}