| <%= fmt_sort('Name', 'name') %> | <%= fmt_sort('Tags', 'tags') %> | Can access virtual hosts | Has password |
|---|---|---|---|
| <%= link_user(user.name) %> | <%= fmt_string(user.tags) %> | <%= fmt_permissions(user, permissions, 'user', 'vhost',
' No access ') %> |
<%= fmt_boolean(user.password_hash.length > 0) %> |
... no users ...
<% } %>