#i18n{newsletter.manage_templates.boxTitle}

<#list template_list as templateDisplay > <#if templateDisplay.newsletter_template_allow_creation> <#assign creation_allowed = true >
#i18n{newsletter.manage_templates.columnTitleLabel} #i18n{newsletter.manage_templates.columnTitleType} #i18n{newsletter.manage_templates.columnTitleFile} #i18n{newsletter.manage_templates.columnTitleImage} #i18n{newsletter.manage_templates.columnTitleWorkgroup} #i18n{newsletter.manage_templates.columnTitleDelete}
   <#if templateDisplay.newsletter_template_allow_modification> ${templateDisplay.template.description} <#else> ${templateDisplay.template.description}  #i18n{${plugin.name}.${templateDisplay.template.name}}  ${templateDisplay.template.fileName}  ${templateDisplay.template.picture}  ${templateDisplay.newsletter_template_workgroup_description} <#if templateDisplay.newsletter_template_allow_deletion>
<#if creation_allowed>