{% extends '_page.html.twig' %} {% block content %}
{{ quiz.description }}
まだ回答がありません
{% else %}| ランク | ID | 作者 | サイズ | 投稿日時 | ステータス |
|---|---|---|---|---|---|
| {% if is_ranking_hidden %} ? {% else %} {{ loop.index }} {% endif %} | #{{ answer.answer_number }} | {{ answer.author_name }}{% if answer.author_is_admin %} (staff){% endif %} | {{ answer.code_size }} byte | {{ answer.submitted_at|date('Y-m-d H:i:s', 'Asia/Tokyo') }} | {{ answer.execution_status.label() }} |