List of Users:
{% if users|length %}| ID | Name | Roles | |
|---|---|---|---|
| {{other_user.id}} | {{other_user.username}} | {{other_user.email}} | {{other_user.roles|map(attribute="name")|join(', ')}} |
| ID | Name | Roles | |
|---|---|---|---|
| {{other_user.id}} | {{other_user.username}} | {{other_user.email}} | {{other_user.roles|map(attribute="name")|join(', ')}} |