{% import "components/paginator.html" as paginator with context %} {% extends "layout/basic.html" %} {{ set(UiContext, 'tdoc', tdoc) }} {{ set(UiContext, 'tsdoc', tsdoc) }} {% set type = 'homework' if tdoc.rule == 'homework' else 'contest' %} {% block content %}

{{ tdoc.title }}   {% for id, name in availableViews %}{% if not ['html', 'csv', 'ghost'].includes(id) %} {{ _(name) }} {% endif %}{% endfor %}

{% include "partials/scoreboard_team.html" %}
{% endblock %}