{#if $T.Post.ReplyCount > 0 }
{#if $T.Post.ReplyCount > 5 }
Showing last 5 of {$T.Post.ReplyCount} replies:
{#/if}
{#if $T.Post.ReplyCount == 1 }
{$T.Post.ReplyCount} reply:
{#/if}
{#if $T.Post.ReplyCount > 1 && $T.Post.ReplyCount <= 5 }
{$T.Post.ReplyCount} replies:
{#/if}
{#/if}
{#foreach $T.Post.ClassComments as Comment}
{#/for}
{#if $T.Post.ReplyCount > 5 }
{#if $T.Post.ReplyCount - 5 < 5 }
{#else}
{#/if}
{#/if}
{#/for}
{#/if}