<!-- Begin page content -->
    <div class="container">
      <div class="page-header">
        <h1>Statistiques</h1>
      </div>
      <table class="table">
        <thead>
            
                <th>t1</th>
                <th>t2</th>
        </thead>
        <tbody>
                <tr>
                    <td>l1</td>
                    <td>l2</td>
                </tr>
        </tbody>
      </table>
	</div>