{{{ data.label }}}
<# if ( data.description ) { #>
{{{ data.description }}}
<# } #>
<# _.each( data.value, function( choiceID ) { #>
-
{{{ data.choices[ choiceID ] }}}
<# }); #>
<# _.each( data.choices, function( choiceLabel, choiceID ) { #>
<# if ( -1 === data.value.indexOf( choiceID ) ) { #>
-
{{{ data.choices[ choiceID ] }}}
<# } #>
<# }); #>