{% extends "base.html" %} {% load url %} {% load dict_lookup %} {% load static %} {% load humanize %} {% load profiles %} {% block title %}{{ object.title|title}} Leaderboard - {{ block.super }}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block topbar2 %} {% include "evaluation/partials/phase_navbar.html" with leaderboard_nav=True %} {% endblock %} {% block content %}{{ object.description }}
{% endif %} {% if "change_challenge" in challenge_perms %} {% endif %}| # | User | Created | Combined Rank ({{ object.get_combination_method_display }}) | {% for phase in object.public_phases %}{{ phase.title|title }} Rank | {% endfor %}
|---|---|---|---|---|
| {{ combined_rank.rank|ordinal }} | {% get_dict_values user_profile_links combined_rank.user as user_profile_link %}{{ user_profile_link }} | {{ combined_rank.created|date:"j N Y" }} | {{ combined_rank.combined_rank }} | {% for phase in object.public_phases %} {% get_dict_values combined_rank.evaluations phase.pk as evaluation %} {% if evaluation %}{{ evaluation.rank|ordinal }} | {% endif %} {% endfor %}This leaderboard was updated at {{ object.combined_ranks_created|date:"P" }} on {{ object.combined_ranks_created|date:"N j, Y" }} |