{{ user.name }}
admin{{ user.bio }}
{{ user.createdAt }}
{{ user.location }}
This is a log of all actions {{ userId === user._id ? "you have" : `${user.name} has` }} taken recently.
{{ formatDistance( parseISO(activity.createdAt), new Date(), { addSuffix: true } ) }}
View {{ userId === user._id ? "and manage your personal" : `${user.name}'s` }} playlists.