{% include "headitem.html.twig" with {title: "TOOLS_LIST_TITLE"|translate, box: "list"} %}
{% 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 %} |
{{ 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 }} |