diff --git a/view-webapp/src/main/webapp/tour-registration.inc.html b/view-webapp/src/main/webapp/tour-registration.inc.html
index cfbf572..767429e 100644
--- a/view-webapp/src/main/webapp/tour-registration.inc.html
+++ b/view-webapp/src/main/webapp/tour-registration.inc.html
@@ -27,6 +27,11 @@
First name |
Country |
Club |
+#if($tour.country == 'FR')
+ FFG |
+#else
+ PIN |
+#end
Rank |
## TableSort bug which inverts specified sort...
Rating |
@@ -43,6 +48,11 @@
$part.firstname |
$part.country.toUpperCase() |
$part.club |
+ #if($tour.country == 'FR')
+ $!part.ffg |
+ #else
+ $!part.egf |
+ #end
#rank($part.rank)#if($part.mmsCorrection) (#if($part.mmsCorrection > 0)+#end$part.mmsCorrection)#end |
$part.rating |
|