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') }} |
No data available to display.
{% endif %}