{# SPDX-FileCopyrightText: 2025 CERN. SPDX-License-Identifier: MIT #}
{% trans %} Experimental feature! These results were generated by a large language model (LLM) and may contain errors or omissions. Review each suggestion carefully before acting on it — do not treat the output as authoritative. {% endtrans %}
{% for check in checks %}
{% trans %}Started{% endtrans %}: {{ check.start_time | datetimeformat }} {% if check.status.value == 'P' %}{% trans %}Pending{% endtrans %} {% elif check.status.value == 'R' %}{% trans %}Running{% endtrans %} {% elif check.status.value == 'C' %}{% trans %}Completed{% endtrans %} {% elif check.status.value == 'E' %}{% trans %}Error{% endtrans %} {% else %}{{ check.status }}{% endif %}
{% if check.status.value == 'R' %} {% trans %}AI validation is in progress. Please refresh the page in a minute to see the results.{% endtrans %} {% endif %} {% for error in ((check.result or {}).errors or [])%}
{% for msg in error.messages %}
{{ msg.error_short | safe }}
{{ msg.error_long | safe }}
{% endfor %}
{% endfor %} {% endfor %}
{% if record._record.is_draft or record._record.has_draft %}
{% trans %}Editing in progress{% endtrans %}

{% trans %}You're viewing checks and feedback results for unpublished changes.{% endtrans %}

{% if record._record.is_published %}

{% trans %}The published version available to users may differ from what's shown here.{% endtrans %}

{% endif %}
{% endif %}
{% trans %}What is this about?{% endtrans %}

{% trans %}These checks help ensure that your submission is compliant with this repository's guidelines.{% endtrans %}

{% if record._record.is_draft or record._record.has_draft %}
{% trans %}How do I fix warnings/errors?{% endtrans %}

{% trans %}Click on the "Edit draft" button to make changes and fix warnings/errors.{% endtrans %}

{% trans %}Edit draft{% endtrans %} {% endif %}