{{foreach comment in comments}}
{{comment.info}}
{{comment.body}}
{{if comment.images.length}}
{{foreach image in comment.images}}

{{/foreach}}
{{/if}}
{{/foreach}}
{{call MobileFields.submit({value:"Отправить комментарии",click:"pager.fire('send',this);"})}}