${task.description}

${task.getText('common.tasks.info.progress', "$task.progressNumber")}
#if($task.exceptionCause) #if ($task.exceptionCause.message)

${task.exceptionCause.message}

#else

${task.exceptionCause}

#end #elseif($task.lastProgressEvent)

${task.progressMessage}

#end

${task.formattedProgress}

#if($task.isStarted())

${task.formattedStartDate}

#end #set ($buttonText = "${task.getText('admin.common.words.refresh')}") #if($task.exceptionCause) #set ($buttonText = "${task.getText('common.concepts.back')}") #end