{% if schema_url %} Using a custom schema. {% else %} Using the default schema. {% endif %} Change schema
{% if error_report.stats.total == 0 %}Validation succeeded with no issues.
{% else %}Showing {{ count }} of {{ error_report.stats.total }} issue location(s)
{% if count == 0 %}No issues to show at this level. Try a different error level to see more.
{% else %}Severity | Locations | Explanation | Scope | HXL tag pattern |
---|---|---|---|---|
{{ issue.severity }} | See {{ issue.location_count }} location(s) | {{ issue.scope }} | {{ issue.tag_pattern }} |