@@ -290,11 +288,11 @@
{% for contest in current_contests %}
-
Kì thi:
+
{{ _('Contests') }}
{{ contest_head(contest) }}
-
Thời gian:
+
{{ _('Time') }}
{% if contest.start_time %}
{% if contest.time_before_end %}
@@ -305,13 +303,11 @@
-
Định dạng:
- {% if contest.format_name == "default" %} IOI
- {% else %} {{ contest.format_name|upper }}
- {% endif %}
+
{{ _('Format') }}
+ {{ contest.format.name }}
-
Người tham gia:
+
{{ _('Users') }}
{{ user_count(contest, request.user) }}