<h3>Wish Lists</h3><br />
 
<!-- Show the content between IF-USING-WISH-LISTS-BEGIN and IF-USING-WISH-LISTS-END only if the store's Wish List Module is enabled. -->
	<div style="border:2px solid black;padding:15px;width:500px;">
	<form name="wish_list_access_form" method="post" action="
{THIS-PAGE}">
 
		<strong>View a wish list by entering its Public Access Code in the field below.</strong><br />
		<p><input type="submit" name="submit_wish_list_access_form" value="View this wish list" /></p>
	</form>
	</div>
 
<!-- Show the content between IF-WISH-LIST-BEGIN and ELSE only if the customer already has a wish list. -->
	<br />
	<div style="border:2px solid black;padding:15px;width:500px;">	
	<!-- Show the content between IF-WISH-LIST-OWNER-BEGIN and ELSE only if the customer owns the wish list. -->
       {IF-WISH-LIST-OWNER-BEGIN} 
	<div style="border:1px solid red;padding:15px;width:auto;">
	
		<h4>Edit your wish lists...</h4>
	
		<form name="wish_list_form" method="post" action="
{THIS-PAGE}">
 
	
			<!-- Show the content between WISH-LIST-BLOCK-BEGIN and WISH-LIST-BLOCK-END once for each wish list. -->
                       {WISH-LIST-BLOCK-BEGIN} 
				<div style="border:1px solid gray;padding:15px;width:auto;">
					<ul style="border:1px dashed black;padding:15px;width:auto;list-style-type: none;">
					</ul>
				</div><br />
				
			<input type="submit" name="submit_wish_list_form" value="Update wish lists" /></p>
 
		</form>
	</div>
	<!-- Show the content between ELSE and IF-WISH-LIST-OWNER-END only if the customer does not own the wish list. -->
        {ELSE} 
	<div style="border:1px dashed red;padding:15px;width:auto;">
		<ul style="border:1px dashed black;padding:15px;width:auto;list-style-type:none;">
		</ul>
	</div>	
	<!-- End of content between IF-WISH-LIST-OWNER-BEGIN and IF-WISH-LIST-OWNER-END. -->
       {IF-WISH-LIST-OWNER-END}
 
	</div>
<!-- End of content to show/hide based on whether the customer has a wish list. -->	
 
<em>Wish Lists are not enabled at this time.</em>
                     
<!-- End of content to show/hide based on whether the store's Wish List Module is enabled. -->