{{#if canSeeCode}} {{#if exist}} {{#if hasSourceBefore}}
{{/if}} {{#eachWithPrevious source}} {{#if ../hasUTCoverage}} {{/if}} {{#if ../hasITCoverage}} {{/if}} {{#if ../hasDuplications}} {{#each duplications}} {{/each}} {{/if}} {{/eachWithPrevious}}
{{#ifSCMChanged2 this _previous}}
{{/ifSCMChanged2}}
{{#withFirst issues}} {{severityIcon severity}} {{/withFirst}} {{#ifLengthGT issues 1}} {{length issues}} {{/ifLengthGT}}
{{#notNull code}}
{{{codeWithIssueLocations code issueLocations}}}
{{/notNull}}
{{#notEmpty issues}}
{{#each issues}}
{{/each}}
{{/notEmpty}}
{{#if hasSourceAfter}}
{{/if}} {{else}} {{! does not exist }}
{{t 'component_viewer.no_component'}}
{{/if}} {{else}} {{! can't see code }}
{{t 'code_viewer.no_source_code_displayed_due_to_security'}}
{{/if}}