{% include "headitem.html.twig" with {title: "TOOLS_LIST_TITLE"|translate, box: "list"} %}
{% if isset(blViewSuccess) %} {% endif %} {% if blMailSuccess %} {% endif %}
{% if blViewSuccess %} {{ translate({ ident: "TOOLS_LIST_UPDATEVIEWSSECCESS" }) }} {% else %} {{ translate({ ident: "TOOLS_LIST_UPDATEVIEWSFAILED" }) }} {% endif %}
{{ translate({ ident: "TOOLS_LIST_SECCESS" }) }}
{% if blFin %}{{ translate({ ident: "TOOLS_LIST_ACTIONEND" }) }}{% endif %}

{% for key, query in aQueries %} {% set sQuery = aQueries[key] %} {% set sAffectedRows = aAffectedRows[key] %} {% set sErrorMsg = aErrorMessages[key] %} {% set iErrorNum = aErrorNumbers[key] %} {% if sQuery %} {% endif %} {% if sAffectedRows %} {% endif %} {% if sErrorMsg %} {% endif %} {% if iErrorNum %} {% endif %} {% endfor %}
{{ translate({ ident: "TOOLS_LIST_SQLQUERY" }) }} ({{ key + 1 }}) : {{ sQuery|wordwrap(100, "
", true)|raw }}

{{ translate({ ident: "TOOLS_LIST_AFFECTEDROWS" }) }} : {{ sAffectedRows }}

{{ translate({ ident: "TOOLS_LIST_ERRORMESSAGE" }) }} : {{ sErrorMsg }}

{{ translate({ ident: "TOOLS_LIST_ERRORNUM" }) }} : {{ iErrorNum }}

{% include "pagetabsnippet.html.twig" with {noOXIDCheck: "true"} %} {% include "bottomitem.html.twig" %}