{% for row in data %} {% if (!show_only_errors) || (show_only_errors && row.indicator == "red") %} {% endif %} {% endfor %}
{{ __("Row No") }} {{ __("Row Status") }} {{ __("Message") }}
{{ row.row }} {{ row.title }} {% if (import_status != "Failed" || (row.indicator == "red")) { %}
{{ row.message }}
{% if row.link %} {% endif %} {% } else { %} {{ __("Document can't saved.") }} {% } %}