<#include "/admin/dashboard/admin/admindashboard_utils.html"> <@adminDashboardPanel title='#i18n{portal.xsl.manage_xsl_export.page_title}' icon='download' parentId='technical_settings' childId='xslexportManagement' > <@tform type='inline' method='post' action='jsp/admin/xsl/CreateXslExport.jsp'> <@btnGroup align='right'> <@button type='submit' title='#i18n{portal.xsl.manage_xsl_export.button_create}' buttonIcon='plus' size='sm' /> #i18n{portal.xsl.manage_xsl_export.title} <@table params='aria-describedby="manage_xsl_export"'>   <@th>#i18n{portal.xsl.manage_xsl_export.row_title} <@th hide=['xs']>#i18n{portal.xsl.manage_xsl_export.row_description} <@th hide=['xs']>#i18n{portal.xsl.manage_xsl_export.row_extension} <@th>#i18n{portal.xsl.manage_xsl_export.row_actions} <#list xsl_export_list as xsl_export> <@td>${xsl_export.title} <@td hide=['xs']>${xsl_export.description} <@td hide=['xs']>${xsl_export.extension} <@td> <#if right_modify> <@aButton href='jsp/admin/xsl/ModifyXslExport.jsp?id_xsl_export=${xsl_export.idXslExport}' title='#i18n{portal.xsl.manage_xsl_export.title_modify} (${xsl_export.title?html})' buttonIcon='edit' hideTitle=['all'] size='sm' /> <#if right_delete> <@aButton href='jsp/admin/xsl/ConfirmRemoveXslExport.jsp?id_xsl_export=${xsl_export.idXslExport}' title='#i18n{portal.xsl.manage_xsl_export.title_delete} (${xsl_export.title?html})' buttonIcon='trash' hideTitle=['all'] color='danger' size='sm' />