diff --git a/templates/backoffice/season/tab_tests.html.twig b/templates/backoffice/season/tab_tests.html.twig index 5f070d4..99ade46 100644 --- a/templates/backoffice/season/tab_tests.html.twig +++ b/templates/backoffice/season/tab_tests.html.twig @@ -8,11 +8,13 @@
{% for quiz in season.quizzes %} - {{ quiz.name }} - {% if quiz.isFinalized %} - {{ 'Finalized'|trans }} + {% if season.activeQuiz == quiz %} + {{ 'Active'|trans }} + {% elseif quiz.isFinalized %} + {{ 'Ready'|trans }} {% endif %} {% else %} diff --git a/translations/messages+intl-icu.nl.xliff b/translations/messages+intl-icu.nl.xliff index 0628e58..2cb4957 100644 --- a/translations/messages+intl-icu.nl.xliff +++ b/translations/messages+intl-icu.nl.xliff @@ -665,6 +665,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