diff --git a/templates/backoffice/season/tab_tests.html.twig b/templates/backoffice/season/tab_tests.html.twig index 5f070d4..ffa3217 100644 --- a/templates/backoffice/season/tab_tests.html.twig +++ b/templates/backoffice/season/tab_tests.html.twig @@ -11,8 +11,11 @@ {{ quiz.name }} + {% if season.activeQuiz == quiz %} + {{ 'Active'|trans }} + {% endif %} {% if quiz.isFinalized %} - {{ 'Finalized'|trans }} + {{ 'Ready'|trans }} {% endif %} {% else %} diff --git a/translations/messages+intl-icu.nl.xliff b/translations/messages+intl-icu.nl.xliff index b077c92..82f0ad1 100644 --- a/translations/messages+intl-icu.nl.xliff +++ b/translations/messages+intl-icu.nl.xliff @@ -661,6 +661,10 @@ Re-opens the quiz for editing. Candidates will no longer be able to take the quiz until it is finalized again. Heropent de test voor bewerking. Deelnemers kunnen de test niet meer afnemen totdat deze opnieuw is afgerond. + + Ready + Voorbereid + Red Rood