Dates
{{ challengeInfoData.debut ? challengeInfoData.debut.slice(0,16).replace('T',' ') : '—' }}
→
{{ challengeInfoData.fin ? challengeInfoData.fin.slice(0,16).replace('T',' ') : '—' }}
Format
{{ challengeInfoData.nb_manches }} manches
{{ challengeInfoData.tentatives_max === 0 ? 'Tentatives illimitées' : challengeInfoData.tentatives_max + ' tentative(s)' }}
{{ challengeInfoData.interruption ? 'Interruption possible' : 'Session continue' }}
Score
{{ challengeInfoData.type_score === 'ecart_points' ? 'Écart de points' : 'Meilleur score' }}
{{ challengeInfoData.classement_visible ? 'Classement visible' : 'Classement masqué' }}