<% var body = `
Track a player Add a PDGA number to start following their rating.
#
${kpis.tracked}
Tracked
${kpis.active} active
${kpis.avg ?? '—'}
Avg rating
across active players
${kpis.climbing}
Climbing
this month
${kpis.slipping}
Slipping
this month
TRACKED PLAYERS

Unofficial PDGA rating tracker. Ratings scraped from pdga.com on each refresh.

`; %> <% 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 }) %>