-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/view-webapp/src/main/webapp/tour-registration.inc.html b/view-webapp/src/main/webapp/tour-registration.inc.html
index 944c8d7..733a39f 100644
--- a/view-webapp/src/main/webapp/tour-registration.inc.html
+++ b/view-webapp/src/main/webapp/tour-registration.inc.html
@@ -2,7 +2,39 @@
#set($parts = $api.get("tour/${params.id}/part"))
-$parts
+
+
+ name |
+ first name |
+ country |
+ club |
+ rank |
+ rating |
+ participation |
+
+
+#foreach($part in $parts)
+
+ $part.name |
+ $part.firstname |
+ $part.country |
+ $part.club |
+ #rank($part.rank) |
+ $part.rating |
+
+ #foreach($round in [1..$tour.rounds])
+ ## CB TODO - upstream json parsing should not give longs here, should it?
+ #if($part.skip && $part.skip.contains($round.longValue()))
+
+ #else
+
+ #end
+ #end
+ |
+
+#end
+
+