{% if contest is none %}
Admin
{% else %}
Admin: {{ contest.description }}
{% endif %}
{% if admin is undefined %}
Administration
{% else %}
Hello,
{{ admin.name }}
.
{{ xsrf_form_html|safe }}
{% if contest is none %}
Administration
{% else %}
Administration
{{ contest.name }}
{% endif %}
{% if config.secret_key == config.secret_key_default %}
Change secret_key in cms.conf!
For example,
{{ get_hex_random_key() }}
{% endif %}
{% if contest is none %}
Overview
Resource usage
{% else %}
Overview
Resource usage
{% endif %}
{% if contest is none %}
Contests
{% if contest_list|length < 1 %}
(no contests available)
{% endif %} {% for c in contest_list[:5] %}
{{ c.name }}
{% endfor %} {% if contest_list|length > 5 %}
(show more...)
{% endif %} {% if admin.permission_all %}
(create new contest...)
{% endif %}
Tasks
{% if task_list|length < 1 %}
(no tasks available)
{% endif %} {% for t in task_list[:5] %}
{{ t.name }}
{% endfor %} {% if task_list|length > 5 %}
(show more...)
{% endif %} {% if admin.permission_all %}
(create new task...)
{% endif %}
Users
{% if user_list|length == 0 %}
(no user available)
{% else %}
{% if user_list|length == 1 %} (show the only user...) {% else %} (show the {{ user_list|length }} users...) {% endif %}
{% endif %} {% if admin.permission_all %}
(create new user...)
{% endif %}
Teams
{% if team_list|length == 0 %}
(no team available)
{% else %}
{% if team_list|length == 1 %} (show the only team...) {% else %} (show the {{ team_list|length }} teams...) {% endif %}
{% endif %} {% if admin.permission_all %}
(create new team...)
{% endif %}
{% else %}
General
Ranking
Submissions
{% if contest.allow_user_tests %}
User tests
{% endif %}
Users
Tasks
Announcements
{{ unanswered }}
Questions
{% endif %} {% endif %}
CMS
codebase
is released under the
GNU Affero General Public License
.
{% block core %}{% endblock core %}