<h2>All Users</h2>
<table>
 <thead>
  <tr>
   <th>Username</th>
   <th>Firstname</th>
   <th>Lastname</th>
   <th>Email</th>
   <th>Location</th>
  </tr>
 </thead>
 
 <tfoot>
  <tr>
   <th>Username</th>
   <th>Firstname</th>
   <th>Lastname</th>
   <th>Email</th>
   <th>Location</th>
  </tr>
 </tfoot>
 <tbody>
  {users}
 </tbody>
</table> 
  |