{% extends '_page.html.twig' %} {% block content %}
{{ quiz.description }}
{% if is_open %} {% endif %}{{ quiz.example_code }}
まだ正解した回答がありません
{% else %}| ランク | ID | 作者 | サイズ | 投稿日時 |
|---|---|---|---|---|
| {{ loop.index }} | #{{ 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') }} |