{#/if}
{#foreach $T.choices[$T.question$index] as choice}
✓ {$T.choice}
{#/for}
{#if $T.choices[$T.question$index].length < $T.question.max}
[{$T.choices[$T.question$index].length} selections out of possible {$T.question.min}-{$T.question.max}]
{#/if}
[change]
{#if !$T.question$last}