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

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