{{ check.result.title }}
{{ check.result.description | safe }}
{% if has_errors %}The following files are not using open or scientific formats:
-
{# NOTE: We just care about listing filenames #}
{% for error in check.result.errors %}
{% set file_name = error.field.split('entries.')[-1] %}
- {{ file_name }} {% endfor %}