{% extends '_page.html.twig' %} {% block content %}
{{ quiz.description }}
{{ answer.author_name }} が {{ answer.submitted_at|date('Y-m-d H:i:s', 'Asia/Tokyo') }} に投稿
{{ answer.code_size }} byte
{{ answer.code }}
| テストケース {{ loop.index }} | ステータス: {{ ex.status.label() }} {% if ex.status.showLoadingIndicator() %} Loading... {% endif %} |