<div>
	<div class=header>
		<div class=right_div>
				<a href=/user/logout>Log out</a>
		</div>
		<div class=left_div>
			<a href=/user/edit>Edit Account</a>
			<a href=/user/password>Edit Password</a>
			<a href=/user/deregister>Delete Account</a>
			<a href=/administrator>Administrator</a>
		</div>
	</div>
</div>
<div class=container>
	<form action="" method=post>
	
		<dt>
			Are you sure you would like to delete your account? Your account will be deleted and you will not be able to log in.
		</dt>
		<dd>
			<label><input type=checkbox name="{{name}}" value="{{id}}" />I understand and wish to proceed.</label>
		</dd>
	
		<dd><input type=submit value="Delete Account" /></dd>
	
	</form>
</div>