private Template template;
public ProgressTableTemplate(boolean minified) throws IOException {
super(minified);
TemplateFactory templateFactory = (TemplateFactory) FactoryExtensionFinder.getFactory(TemplateFactory.class);
this.template = templateFactory.getTemplate(this.getClass(), "progress-table.html", minified);
}