<@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='sm' hideTitle=['xs','sm'] /> <@boxBody> <@table> <@tr> <@th>#i18n{portal.style.manage_page_templates.columnTitleDescription} <@th>#i18n{portal.style.manage_page_templates.columnTitleFile} <@th>#i18n{portal.style.manage_page_templates.columnTitlePicture} <@th>#i18n{portal.style.manage_page_templates.columnTitleActions} <#list page_templates_list as page_templates> <@tr> <@td>${page_templates.description} <@td>${page_templates.file} <@td> ${i18n( <@td> <@aButton href='jsp/admin/style/ModifyPageTemplate.jsp?page_template_id=${page_templates.id}' buttonIcon='edit' size='sm' title='#i18n{portal.util.labelModify}' hideTitle=['all'] /> <@aButton href='jsp/admin/style/RemovePageTemplate.jsp?page_template_id=${page_templates.id}' buttonIcon='trash' size='sm' title='#i18n{portal.style.manage_styles.actionDelete}' hideTitle=['all'] color='danger' />