{block method="pagination" name="paginate" page=$page limit=$pagesize count=$userinfo.data.comment_num maxpage=50 section=3}
{block method="user.commentList" name=commentlist userid=$userinfo.id page=$page}
{if empty($commentlist)}
{else}
{/if}
{loop=commentlist}
{if $paginate.prev}
<
{else}
<
{/if}
{loop=paginate.items}
{$loop.num}
{/loop}
{if $paginate.next}
>
{else}
>
{/if}