{% extends "pages/challenge_settings_base.html" %} {% load url %} {% load dict_lookup %} {% load static %} {% load crispy_forms_tags %} {% block title %}{{ object|yesno:"Update,Create" }} {{ object.title|title}} Combined Leaderboard - {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ object|yesno:"Update,Create" }} {{ object.title|title }} Combined Leaderboard

{% if not object %}

Use this form to create a new combined leaderboard for your challenge. Unlike the phase leaderboards, which only show the rank within that phase, the combined leaderboards combine the ranks of multiple phases to calculate the overall rank.

Only participants that have submitted to all selected phases will be included in the combined leaderboard.

{% endif %} {% crispy form %} {% endblock %}