Featured Publisher
[#if this.featuredPublisher??]
${this.featuredPublisher.name}
${this.getIcon( this.featuredPublisher )}
[/#if]
Select/Change Publisher
[#list this.publishers as publisher]
${publisher.name}
${this.getIcon( publisher )}
[/#list]