diff --git a/mo/web/templates/org_round_list.html b/mo/web/templates/org_round_list.html
new file mode 100644
index 0000000000000000000000000000000000000000..fa958549d713fdf241eed2e9c364b30c678bdd24
--- /dev/null
+++ b/mo/web/templates/org_round_list.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+{% block body %}
+<h2>Účastníci kola {{ round.round_code() }}</h2>
+
+{{ table.to_html() }}
+
+{% endblock %}