{% if tdocs.length %}

{{ _('Contest') }}

    {%- for tdoc in tdocs -%}
  1. {{ datetimeSpan(tdoc['beginAt'], false, '%d')|safe }}
    {{ datetimeSpan(tdoc['beginAt'], false, '%Y-%m')|safe }}

    {{ tdoc.title }}

    • {{ model.contest.RULES[tdoc.rule].TEXT }}
    • {{ contest.render_duration(tdoc) }} {{ _('hour(s)') }}
    • {{ tdoc['attend']|default(0) }}
    • {% if tsdict[tdoc.docId]['attend'] == 1 %}
    • {{ _('Attended') }}
    • {% endif %}
  2. {%- endfor -%}
{% endif %}