[#macro progress]
${context.executedTaskCount} tasks have been executed, for a total of ${context.totalTaskCount} tasks.
[/#macro]
[#macro contextMessages]
Messages
[#list context.messages?keys as module]
${module}
[#list context.messages[module] as msg]
- ${msg.message?html}
[/#list]
[/#list]
[/#macro]
[#assign title="Magnolia ${status.getDeltaTypesDescription(['installation', 'update', 'installation and update'])} ..."]
${title}