
<?php \Laravel\Section::start('content'); ?>
<div class="statictext">
	<h1>Facilities / Training</h1>
	<p>Both training and matches take place at <a href="http://g.co/maps/j3vyc">Logis Auderghem (ex Kobelco) , Chaussée de Wavre 1690, 1160 Auderghem</a> (official address is <a href="http://g.co/maps/sypkw">Rue du Villageois 89</a>).<br/>
	The premises include a big table tennis room (Logis 1), good changing-rooms with good showers, nice bar and big parking. The training takes place on THURSDAYS, starts at 19:30 and ends (including shower etc.) at 23:00.<br/>
	If you want to train you can book one of the training slots <?php echo  HTML::link_to_route('trainings', 'online' ) ; ?>
	</p>
	<p>
	We also have a small room for training with 1 table in the Commission building J-54 which is accessible when the building is open. <br/>
	Address: Rue Joseph II 54, 1000-Bruxelles
	</p>
</div>
<br/><br/>
<span class="notes">last update : 05-04-2013</span>
<?php \Laravel\Section::stop(); ?>
<?php echo view('layouts.default')->with(get_defined_vars())->render(); ?>