{% extends "../templates/basic.njk" %} {% import "../components/_utils.njk" as utils %} {% set player = data.player %} {% block head %} DDStats - {{ player.player }}! {% endblock %} {% block body %}

{{ player.player }}

First finish

{{ player.player }}'s first finish was on {{ player.firstFinish.map }} with a time of {{ utils.fancyTime(player.firstFinish.time) }}.

Points

Points {{ player.points.points }} pts with the rank {{ player.rank.points }}
Rank points {{ player.points.pointsRank }} pts with the rank {{ player.rank.pointsRank }}
Team points {{ player.points.pointsTeam }} pts with the rank {{ player.rank.pointsTeam }}
Points this week {{ player.points.pointsThisWeek }} pts with the rank {{ player.rank.pointsThisWeek }}
Points this month {{ player.points.pointsThisMonth }} pts with the rank {{ player.rank.pointsThisMonth }}
{% endblock %}