AppStateESS/homestead

View on GitHub
templates/admin/StudentCheckinHistoryView.tpl

Summary

Maintainability
Test Coverage
<table class="table table-striped" id="history">
  <tr>
    <th>Room</th>
    <th>Term</th>
    <th>Checkin</th>
    <th>Checkout</th>
    <th>Action</th>
  </tr>
  <!-- BEGIN HISTORY -->
  <tr>
    <td>{room}</td>
    <td>{term}</td>
    <td>{checkin}</td>
    <td>{checkout}</td>
    <td>{action}</td>
  </tr>
  <!-- END HISTORY -->
</table>