diff --git a/app/scodoc/sco_inscr_passage.py b/app/scodoc/sco_inscr_passage.py index 9e690f301..d0d05cebb 100644 --- a/app/scodoc/sco_inscr_passage.py +++ b/app/scodoc/sco_inscr_passage.py @@ -349,6 +349,7 @@ def formsemestre_inscr_passage( inscrit_groupes=inscrit_groupes, inscrit_parcours=inscrit_parcours, ignore_jury=ignore_jury, + with_apo_cols=False, ) else: if not dialog_confirmed: @@ -447,9 +448,10 @@ def formsemestre_inscr_passage( """ ) - # return render_template( - "sco_page.j2", title="Passage des étudiants", content="\n".join(H) + "formsemestre/synchro_etuds.j2", + title="Passage des étudiants", + content="\n".join(H), ) @@ -462,6 +464,7 @@ def _build_page( inscrit_groupes=False, inscrit_parcours=False, ignore_jury=False, + with_apo_cols: bool = True, ): inscrit_groupes = int(inscrit_groupes) inscrit_parcours = int(inscrit_parcours) @@ -506,7 +509,7 @@ def _build_page( de ce semestre ({formsemestre.date_debut.strftime(scu.DATE_FMT)}) sont pris en compte. - {etuds_select_boxes(auth_etuds_by_sem, inscrits_ailleurs)} + {etuds_select_boxes(auth_etuds_by_sem, inscrits_ailleurs, with_apo_cols=with_apo_cols)} @@ -586,6 +589,7 @@ def etuds_select_boxes( export_cat_xls=None, base_url="", read_only=False, + with_apo_cols: bool = True, ): """Boites pour selection étudiants par catégorie auth_etuds_by_cat = { category : { 'info' : {}, 'etuds' : ... } @@ -598,22 +602,7 @@ def etuds_select_boxes( return etuds_select_box_xls(auth_etuds_by_cat[export_cat_xls]) H = [ - """ + """
Étape | - {checkbox_title} -Nom | -Paiement | -Finalisé | + {ths}
---|---|---|---|
{etud.get("etape", "") or ""} | - {checkbox_cell} -{elink} | -{ - '' if paiement else 'non paiement' - } | -{"inscription finalisée le " + datefinalisation.strftime(scu.DATE_FMT) - if datefinalisation else "" } - | -
{etud.get("etape", "") or ""} | + {checkbox_cell} +{elink} | +{ + '' if paiement else 'non paiement' + } | +{"inscription finalisée le " + datefinalisation.strftime(scu.DATE_FMT) + if datefinalisation else "" } + | +
{elink} | +