{% extends "hkis/layout.html" %} {% load hkis_extra %} {% load i18n static %} {% block title %} {% if is_impersonating %} {{ object.title }} (as seen by {{ is_impersonating.username }}) {% else %} {{ object.title }} {% endif %} {% endblock %} {% block data %} {% get_current_language as LANGUAGE_CODE %} data-language-code="{{ LANGUAGE_CODE }}" data-leaderboard-url="{% url "leaderboard" %}" data-current-rank="{{ current_rank|default:999999 }}" data-exercise-id="{{object.id|default:0}}" {% url "auth_login" as auth_login %} {% if auth_login %} data-profile-url="{% if user.is_anonymous %}{{ auth_login }}{% else %}{% url "profile" user.id %}{% endif %}" data-auth-login-url="{{ auth_login }}" {% endif %} data-is-impersonating="{% if is_impersonating %}true{% else %}false{% endif %}" {% endblock %} {% block stylesheets %} {% endblock %} {% block container %} {% if is_impersonating %}
{% blocktrans %} There's no corrections yet, hit the `Submit` button to send your code to the correction bot. {% endblocktrans %}
{% trans "Keyboard shortcuts:" %}