{{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'}}
Record Deleted
{{null-time model.deletedAt 'LL'}}

{{#link-to 'protected.users.show' model.id class="button-gray smaller"}} Change Password (Does nothing at the moment) {{/link-to}} {{#if model.canEdit}}
{{#link-to 'protected.user.edit' model.id class="button-gray smaller"}} Edit {{/link-to}} {{/if}}