{{#unless IsBlocksSpecialHandlingRequired}}
{{#if OeBlocks}}
{{#with OeBlocks}}
{{#compare BlockMessages.Length ">" "1" }}
{{#each BlockMessages}}
{{#if Message}}
-
{{{Message}}}
{{/if}}
{{/each}}
{{else}}
{{#each BlockMessages}}
{{#if Message}}
{{{Message}}}
{{/if}}
{{/each}}
{{/compare}}
{{/with}}
{{/if}}
{{/unless}}