% var body = `
${kpis.tracked}
Tracked
${kpis.active} active
${kpis.avg ?? '—'}
Avg rating
across active players
${kpis.climbing}
Climbing
this month
${kpis.slipping}
Slipping
this month
`; %>
<% var modals = `
`; %>
<%- include('../partials/layout', {
title: 'PDGA Ratings',
activePage: 'players',
cssFiles: ['players.css'],
jsFiles: ['tooltips.js', 'chart.js', 'players.js'],
initScript: 'setupAfterTableSwap();',
body: body,
modals: modals
}) %>