{{if comments.length}}
{{foreach item in comments}}
{{item.user_cr_name}}
{{item.date_cr}}
{{item.body}}
{{/foreach}}
{{/if}}