<%- include('layouts/main', { title: _('help_request.title'), pageStyles: ['help-requests'], pageScripts: ['help-requests'], currentPage: 'help-requests', breadcrumb: [{ label: _('help_request.title') }], body: `
0 ${_('help_request.stats_total') || 'Total'}
0 ${_('help_request.pending')}
0 ${_('help_request.accepted')}
0 ${_('help_request.resolved')}
support_agent

${_('help_request.no_requests')}

` }) %>