| ID | Username | Name | Role | Action |
|---|---|---|---|---|
| <%= index + 1 %> | <%= user.data.username %> | <%= user.data.name %> | <%= user.data.role %> | Edit <% if (user.data.checkout.length === 0) { %> View <%= user.data.checkout.length %> Books <% } else { %> View <%= user.data.checkout.length %> Books <% } %> |