New week - fresh start! But first let's see where you're on the Leaderbaord for last week!
Workout Challenge
LOGIN
Hi {{ first_name }},
Let's see where you're on the leaderboard!
This week's leaderboard:
{% for competition in competitions_7d %} {{ competition.competition.name }} - Team {% for team in competition.leaderboard.team %}
{% if team.rank is not None %}#{{ team.rank }}{% else %}-/-{% endif %}
{{ team.name }}
{% if team.total_capped is not None %}{{ team.total_capped|floatformat:0 }}P{% endif %}
{% endfor %} {{ competition.competition.name }} - Individual {% for individual in competition.leaderboard.individual %}
{% if individual.rank is not None %}#{{ individual.rank }}{% else %}-/-{% endif %}
{{ individual.username }}
{% if individual.total_capped is not None %}{{ individual.total_capped|floatformat:0 }}P{% endif %}
{% endfor %} {% endfor %}
All-time leaderboard:
{% for competition in competitions_all %} {{ competition.competition.name }} - Team {% for team in competition.leaderboard.team %}
{% if team.rank is not None %}#{{ team.rank }}{% else %}-/-{% endif %}
{{ team.name }}
{% if team.total_capped is not None %}{{ team.total_capped|floatformat:0 }}P{% endif %}
{% endfor %} {{ competition.competition.name }} - Individual {% for individual in competition.leaderboard.individual %}
{% if individual.rank is not None %}#{{ individual.rank }}{% else %}-/-{% endif %}
{{ individual.username }}
{% if individual.total_capped is not None %}{{ individual.total_capped|floatformat:0 }}P{% endif %}
{% endfor %} {% endfor %} {% if goal_equalizer_note %} Make it fair by enabling the Goal Equalizer!Everyone has a unique Basal Metabolic Rate (BMR), dependent on factors like age, gender, height, and weight. The default goals are calibrated for a 35y/o 1.8m tall man. To ensure a fair competition, login and personalise your goals using the "Goal Equalizer" right below your personal settings. {% endif %} {% if not goal_equalizer_note %} {% endif %} Login to see more detailed analyses, charts, and breakdowns:LOGIN