<@row> <@columns> <@box color='info'> <@boxHeader title='#i18n{portal.style.manage_page_templates.pageTitle}' boxTools=true> <@tform method='post' action='jsp/admin/style/CreatePageTemplate.jsp'> <@button type='submit' buttonIcon='plus' title='#i18n{portal.style.manage_page_templates.buttonLabelCreate}' size='' /> <@boxBody> <@table> #i18n{portal.style.manage_page_templates.columnTitleDescription} #i18n{portal.style.manage_page_templates.columnTitleFile} #i18n{portal.style.manage_page_templates.columnTitlePicture} #i18n{portal.style.manage_page_templates.columnTitleActions} <#list page_templates_list as page_templates> ${page_templates.description} ${page_templates.file} ${i18n( <@aButton href='jsp/admin/style/ModifyPageTemplate.jsp?page_template_id=${page_templates.id}' buttonIcon='edit' title='#i18n{portal.util.labelModify}' showTitle=false /> <@aButton href='jsp/admin/style/RemovePageTemplate.jsp?page_template_id=${page_templates.id}' buttonIcon='trash' title='#i18n{portal.style.manage_styles.actionDelete}' showTitle=false color='btn-danger' />