From e014d9778f739956104caf686c70639914045281 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 9 Mar 2024 11:04:51 +0900 Subject: add /admin/stats/ --- services/app/templates/admin_stats.html.twig | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 services/app/templates/admin_stats.html.twig (limited to 'services/app/templates/admin_stats.html.twig') diff --git a/services/app/templates/admin_stats.html.twig b/services/app/templates/admin_stats.html.twig new file mode 100644 index 0000000..7b1b2fa --- /dev/null +++ b/services/app/templates/admin_stats.html.twig @@ -0,0 +1,34 @@ +{% extends '_page.html.twig' %} + +{% block content %} +

+ このページは管理画面です +

+

統計

+ +

問題

+ {% for quiz in quizzes %} +

第{{ loop.index }}問: {{ quiz.title }}

+

+ {{ quiz.description }} +

+

最短解

+
{{ best_codes[loop.index - 1] }}
+ {% endfor %} +{% endblock %} -- cgit v1.2.3-70-g09d2