<%- include('layouts/main', { title: typeof title !== 'undefined' ? title : 'Resource Control', pageStyles: typeof pageStyles !== 'undefined' ? pageStyles : ['resource-control'], pageScripts: typeof pageScripts !== 'undefined' ? pageScripts : ['resource-control'], currentPage: typeof currentPage !== 'undefined' ? currentPage : 'resource-control', breadcrumb: typeof breadcrumb !== 'undefined' ? breadcrumb : [{ label: 'Resource Control' }], body: `

${_('resource_control.title')}

${_('resource_control.compliance_by_category')}

${_('resource_control.device_compliance')}

${_('resource_control.col_device')} ${_('resource_control.col_platform')} ${_('resource_control.col_status')} ${_('resource_control.col_usb')} ${_('resource_control.col_optical')} ${_('resource_control.col_monitors')} ${_('resource_control.col_disks')} ${_('resource_control.col_quotas')} ${_('resource_control.col_actions')}

usb ${_('resource_control.usb_title')}

${_('resource_control.usb_hint')}

album ${_('resource_control.optical_title')}

${_('resource_control.optical_hint')}

monitor ${_('resource_control.monitors_title')}

${_('resource_control.monitors_hint')}

100%

storage ${_('resource_control.disks_title')}

${_('resource_control.disks_hint')}

speed ${_('resource_control.quotas_title')}

${_('resource_control.quotas_hint')}

100%
100%
` }) %>