{% extends 'global/master.tpl' %}
{% block title %}The Broomcloset{% endblock %}
{% block content %}
<h1>Latest 5 reports</h1>
<table>
<thead>
<tr>
<th>
Subject
</th>
User reported
Reporter
Report time
</tr>
</thead>
<tbody>
Faggot exists really
Nippon Nick
Japan Joe
1969-69-69 69:69:69 JST
</tbody>
</table>
{% endblock %}