${blog.contentLabel} #i18n{blog.manage_blogs.columnVersion} ${blog.version} - #i18n{blog.preview_blog.createdBy} ${blog.userCreator} ${blog.creationDate} / #i18n{blog.preview_blog.lastUpdate} ${blog.updateDate} #i18n{blog.manage_blogs.labelBy} ${blog.user}

#i18n{blog.manage_blogs.columnDescription}

${blog.description}

#i18n{blog.manage_blogs.columnUrl}

${blog.url}

#i18n{blog.manage_blogs.columnEditComment}

${blog.editComment}

#i18n{blogcreate_blog.labelImage}

#i18n{blog.manage_tags.title}

<#list blog.tag as tg> <#list list_tag as tgName> <#if tgName.code == tg.idTag?string > ${tgName.name!}  <#break>