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

    if State == 'Exception' then
        echo(Message.Message or 'Exception happened during export firmware.')
    end

    if State == 'Completed' then
        echo('Download bios successfully.')
        echo('\nNote: Please remove /tmp/bios.tar.gz after use.')
    end
%}