{% if file.comparison_errors %} {% for group in file.comparison_errors.groups if group.type != 'node' %} {% set group_status = 'ERROR' if group.error or group.total_errors else ('WARNING' if group.total_warnings else 'SUCCESS') %}
{{ group.error }}