<?php \Laravel\Section::start('content'); ?>
<div class="statictext">
	<h1>Membership</h1>
	<p>
	Usually we propose to newcomers to come twice or three times to the big training room (see the link Local) without any engagement to meet us and play a little bit, and then decide if to become a member or not.<br/>
	If you wish to become a member please fill in the <?php echo  HTML::link('http://www.euroclub.be/docs/registration.pdf', 'Registration Form' ) ; ?>  or <?php echo  HTML::link_to_route('new_registration', 'online' ) ; ?>
	</p>

	<h2>Registration / Annual fee</h2>
	<ul>
		<li>Option 1 - 100€<br/>
			<ul>
				<li>Access to both training rooms</li>
				<li>training for free</li>
				<li>training with a couch from September to March</li>
				<li>possibility to play provincial competition and/or tournaments</li>
			</ul>
		</li>
		<li>Option 2 - 25€<br/>
			<ul>
				<li>access only to the small training room at J-54</li>
			</ul>
		</li>
	</ul>	
	Registration fees should be paid to the account : <p>ING 310-0235683-59<br/>Cercle de Tennis de Table des C.E.<br/>
	rue de la Loi 200<br/>1049 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(); ?>