{%
    if State == 'New' then
        echo('Importing ...')
    end

    if State == 'Exception' then
        echo(Message.Message or 'Exception happened during import csr.')
    end

    if State == 'Completed' then
        echo('Import csr successfully, Start to upgrade.')
    end

    if GetRealUpgradePath[1] ~= true then
        echo('No such file or directory.')
    end
%}