{if $current_page == 1}
Previous
{else}
Previous
{/if}
{section name=page start=0 loop=$total_pages}
{assign var='real_page' value=`$smarty.section.page.index+1`}
{if $current_page == $real_page}
{$real_page}
{else}
{$real_page}
{/if}
{/section}
{if $current_page == $total_pages}
Next 
{else}
Next 
{/if}
Your Comments
{foreach from=$comments key=id item=comment name=comments}You have not written any comments so far!