{{#if mainResult.count.error}}
- (close panel) Errors ( {{mainResult.count.error}} )
    {{#mainResult.errors}}
  • {{code}} {{count}}

    {{message}}

    {{#unless readonly}} {{#if ../../isTaskPage}}
    {{/if}} {{/unless}}
  • {{/mainResult.errors}}
Back to top
{{else}}

Well done! You have 0 errors.

{{/if}} {{#if mainResult.count.warning}}
    {{#mainResult.warnings}}
  • {{code}} {{count}}

    {{message}}

    {{#unless readonly}} {{#if ../../isTaskPage}}
    {{/if}} {{/unless}}
  • {{/mainResult.warnings}}
Back to top
{{else}}

Well done! You have 0 warnings.

{{/if}} {{#if mainResult.count.notice}}
    {{#mainResult.notices}}
  • {{code}} {{count}}

    {{message}}

    {{#unless readonly}} {{#if ../../isTaskPage}}
    {{/if}} {{/unless}}
  • {{/mainResult.notices}}
Back to top
{{else}}

Well done! You have 0 notices.

{{/if}} {{#if mainResult.ignore.length}}
    {{#mainResult.ignore}}
  • {{name}}

    {{#if description}}

    {{description}}

    {{/if}} {{#unless readonly}} {{#if ../../isTaskPage}}
    {{/if}} {{/unless}}
  • {{/mainResult.ignore}}
Back to top
{{else}}

You have no ignored rules.

{{/if}}