diff --git a/formula10/templates/season.jinja b/formula10/templates/season.jinja
index c803d4f..45c73f8 100644
--- a/formula10/templates/season.jinja
+++ b/formula10/templates/season.jinja
@@ -10,11 +10,20 @@
{% block body %}
+
+
+
Note
+ Picks that match the current standings are marked in green,
+ except for the hot-take and overtake picks, as those are not evaluated automatically.
+ Points from sprints and fastest laps are not tracked currently.
+
+
+
{% for user in model.all_users_or_active_user() %}
-
+
{# Link should only be visible if all users are visible #}
diff --git a/formula10/templates/statistics.jinja b/formula10/templates/statistics.jinja
index 3729fe5..95af4b8 100644
--- a/formula10/templates/statistics.jinja
+++ b/formula10/templates/statistics.jinja
@@ -6,6 +6,13 @@
{% block body %}
+
+
+
Note
+ Points from sprints and fastest laps are not tracked currently.
+