{#if $T.Post.ReplyCount > 0 }
{#if $T.Post.ReplyCount > 5 }
Mostrando última 5 of {$T.Post.ReplyCount} respuestas:
{#/if}
{#if $T.Post.ReplyCount == 1 }
{$T.Post.ReplyCount} responder:
{#/if}
{#if $T.Post.ReplyCount > 1 && $T.Post.ReplyCount <= 5 }
{$T.Post.ReplyCount} respuestas:
{#/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}