<p>
    Select room: %room_select%
</p>
<p>
    Select day: %day_select%
</p>
<table>
    <thead>
        <tr>
            <th>
                Timeslot
            </th>
            <th>
                Entries
            </th>
        </tr>
    </thead>
    <tbody>
        %shifts_table%
    </tbody>
</table>