{{ user.username }}

{{ user.admin ? 'Admin' : (ACCESS_MUTABLE ? 'Promote to admin' : 'Not admin') }}