<@row> <@columns> <@box> <@boxHeader title='#i18n{blog.manage_tags.title}'> <@tform name='manage_blogs' action='jsp/admin/plugins/blog/ManageTags.jsp'> <#if permission_manage_create_tag> <@button type='submit' name='view_createTag' buttonIcon='plus' title='#i18n{blog.manage_tags.buttonAdd}' /> <@boxBody> <@messages infos=infos /> <@table> #i18n{blog.manage_tags.columnTagLabel} #i18n{portal.util.labelActions} <#list tag_list as tag > ${tag.name} <#if permission_manage_modify_tag> <@aButton href='jsp/admin/plugins/blog/ManageTags.jsp?view=modifyTag&id=${tag.idTag}' title='#i18n{portal.util.labelModify}' buttonIcon='pencil' size='sm' showTitle=false /> <#if permission_manage_delete_tag> <@aButton href='jsp/admin/plugins/blog/ManageTags.jsp?action=confirmRemoveTag&id=${tag.idTag}' title='#i18n{portal.util.labelDelete}' buttonIcon='trash' color='btn-danger' size='sm' showTitle=false /> <@paginationAdmin paginator=paginator combo=1 />