{block method="pagination" name="paginate" page=$page limit=$pagesize count=$data.comment maxpage=50 section=3}
{block method="comment.list" name=commentlist type='novel' typeid=$novel.id userid=$userinfo.id num=$paginate.limit page=$paginate.current}
{if !empty($commentlist) && $paginate.total>1}
{if $paginate.prev>1}
<
{else}
<
{/if}
{loop=paginate.items}
{$loop.num}
{/loop}
{if $paginate.next}
>
{else}
>
{/if}