{# Render a list of balloons for a jury page #} {# @var \App\Entity\Balloon balloonfoo #} {% if balloons is empty %}
No balloons
{% else %} {%- for balloon in balloons %} {%- endif -%} {%- endfor %}
  ID time solved team affiliation location category total awards
{%- if balloon.data.done -%} {%- else -%} {%- endif -%} {{ balloon.data.balloonid }} {{ balloon.data.time | printtime }} {{ balloon.data.contestproblem | problemBadge }} {{ balloon.data.team | entityIdBadge('t') }} {{ balloon.data.team.effectiveName | u.truncate(teamname_max_length, '…') }} {{ balloon.data.affiliation }} {{ balloon.data.location }} {{ balloon.data.category }} {%- for totalballoon in balloon.data.total -%} {{ totalballoon | problemBadge }}  {%- endfor -%} {{ balloon.data.awards }} {%- if not balloon.data.done -%} {%- set link = path('jury_balloons_setdone', {balloonId: balloon.data.balloonid}) %}
{% endif %}