[#ftl output_format="HTML"]
[#-- Need to explicitly set the output format here, so that auto escaping is enabled by default (as of Freemarker 2.3.24) --]
[#-- This will mitigate the risk of XSS attacks from this page. Such a precaution is not needed in other templates, when Magnolia takes care of rendering. --]
[#macro progress]
${context.executedTaskCount} tasks have been executed, for a total of ${context.totalTaskCount} tasks.
[/#macro]
[#macro contextMessages]
[#list context.messages?keys as module]