diff --git a/app/scodoc/sco_formsemestre_status.py b/app/scodoc/sco_formsemestre_status.py index 76b135c3..7cd084fe 100644 --- a/app/scodoc/sco_formsemestre_status.py +++ b/app/scodoc/sco_formsemestre_status.py @@ -1086,6 +1086,11 @@ def formsemestre_status(formsemestre_id=None, check_parcours=True):

""", ] + if sco_preferences.get_preference("bul_show_all_evals", formsemestre_id): + H.append( + """
Toutes évaluations (même incomplètes) visibles
""" + ) + if nt.expr_diagnostics: H.append(html_expr_diagnostic(nt.expr_diagnostics))