<p>Following table represents a list of content pages in this block.</p>
{section name=page_list loop=$page_list}
<div style="padding:5px;">
<div style="width:70%; float:left;"><img src="images/icons/page.png" align="absmiddle" /> {$page_list[page_list].page_title}</div><div style="width:20%; float:right; text-align:right;">
{if $page_list[page_list].reserve_page=="yes"}{else}{/if}
<a href="javascript:deletePage({$page_list[page_list].page_id})"><img src="images/icons/delete.png" title="Delete this page from this block" /></a></div>
<div style="clear:both;"></div>
</div>
{/section}