{{#extend "layout"}} {{#content "breadcrumbs"}} {{/content}} {{#content "body"}}

User list

Manage the users and their role

{{#isAuthorized '/abe/users/activate' @root.user.role.workflow}}{{/isAuthorized}} {{#each users}} {{#isAuthorized '/abe/users/activate' @root.user.role.workflow}} {{/isAuthorized}} {{/each}}
username name email roleactive/inactiveactions
{{this.username}}
{{this.name}}
{{this.email}}
{{this.role.name}}
{{#ifCond this.actif 1}} {{/ifCond}} {{#ifCond this.actif 0}} {{/ifCond}} {{#isAuthorized '/abe/users/update' @root.user.role.workflow}} {{/isAuthorized}} {{#isAuthorized '/abe/users/remove' @root.user.role.workflow}} {{/isAuthorized}}
{{#isAuthorized '/abe/users/add' @root.user.role.workflow}} {{/isAuthorized}}
{{#isAuthorized '/abe/users/activate' @root.user.role.workflow}} {{/isAuthorized}} {{#isAuthorized '/abe/users/remove' @root.user.role.workflow}} {{/isAuthorized}}
{{/content}} {{#content "bottom-scripts" mode="append"}} {{/content}} {{/extend}}