amati error report

{% if errors %}
{% for item in errors %} {% endfor %}
Type Location Message Input URL
{{ item.type | default('N/A') }} {# Check if 'loc' exists and is iterable before joining #} {% if item.loc is defined and item.loc is iterable %} {{ item.loc | join(' -> ') }} {% else %} N/A {% endif %} {{ item.msg | default('N/A') }} {% if item.input is defined and item.input %} {{ item.input | default('N/A') }} {% else %} N/A {% endif %} {{ item.url | default('N/A') }}
{% else %}

No data available to display.

{% endif %}