{% import "components/user.html" as user with context %} {% import "components/homework.html" as homework with context %}
{% if page_name != 'homework_detail' %}

{{ tdoc['title'] }}

{% if attended %} {{ _('Claimed') }} {% else %} {{ _('Not Claimed') }} {% endif %}
{% endif %}
{{ _('Status') }}
{{ _(model.contest.statusText(tdoc)) }}
{{ _('Problem') }}
{{ tdoc['pids']|length }}
{{ _('Open Since') }}
{{ homework.render_time(tdoc['beginAt']) }}
{{ _('Deadline') }}
{{ homework.render_time(tdoc['penaltySince']) }}
{{ _('Can be Extended For') }}
{{ homework.render_extension(tdoc) }} {{ _('hour(s)') }}