{{user.name}} {{! ROW 1 }}
Email
{{user.email}}
Role
{{user.fullRole}}
{{! ROW 2 }}
Record Created
{{null-time user.createdAt 'LL'}}
Record Updated
{{null-time user.updatedAt 'LL'}}

{{#if isUser}}
{{#link-to 'protected.users.changepassword' user.id class="button-gray smaller"}} Change Password {{/link-to}}
{{/if}}
{{#if user.canEdit}} {{#link-to 'protected.users.edit' user.id class="button-gray smaller"}} Edit {{/link-to}} {{/if}}