From 7cef2e06fd4ddacf625385fa5b4c9f30c370bb01 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Wed, 10 Apr 2024 07:09:47 +0200 Subject: [PATCH] Display FFG licence or PIN --- view-webapp/src/main/webapp/tour-registration.inc.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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