main.ejs 226 B

12345678910
  1. <thead>
  2. <th width="30">&nbsp;</th>
  3. <th><%- i18n('str', 'name') %></th>
  4. <th><%- i18n('str', 'email') %></th>
  5. <th><%- i18n('str', 'roles') %></th>
  6. <th>&nbsp;</th>
  7. </thead>
  8. <tbody>
  9. <!-- items -->
  10. </tbody>