diff --git a/comm/server/templates/part_client_table.html b/comm/server/templates/part_client_table.html
index d7b2250fe83eeafc587f9aa390af9d9d0b1f5dcf..6211db7a81feb30a171696ac0c605c2153922d12 100644
--- a/comm/server/templates/part_client_table.html
+++ b/comm/server/templates/part_client_table.html
@@ -20,7 +20,7 @@ Viewer Mode
{% if c|length > 3 %}
-
+
{% endif %}
{{c[0]}}
{% if c|length > 2 %}
diff --git a/comm/server/templates/part_question_status.html b/comm/server/templates/part_question_status.html
index f669e445c573018a8cf8e874d1b09529f129a161..364b16df20793583152ec9439a2d106d0fe1ba33 100644
--- a/comm/server/templates/part_question_status.html
+++ b/comm/server/templates/part_question_status.html
@@ -1,22 +1,32 @@
-
- 問題 【{{qname}}】
+
-
+
処理結果
- | クライアント |
+ Client (Solver) |
Status |
{% for c in clients %}
+ {% if c[1] == "Solver" %}
- | {{c}} |
+
+ {% if c|length > 3 %}
+
+ {% endif %}
+ {{c[0]}}
+ {% if c|length > 2 %}
+ ({{c[2]}})
+ {% endif %}
+ |
|
+ {% endif %}
{% endfor %}
|