forked from ScoDoc/ScoDoc
Ajout colonne module sur page recap inscriptions
This commit is contained in:
parent
39e7ad3ad6
commit
6cbeeedb1c
@ -319,6 +319,7 @@ def moduleimpl_inscriptions_stats(formsemestre_id):
|
||||
<tr>
|
||||
{'<th>UE</th>' if not is_apc else ""}
|
||||
<th>Code</th>
|
||||
<th>Module</th>
|
||||
<th>Inscrits</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
@ -348,6 +349,7 @@ def moduleimpl_inscriptions_stats(formsemestre_id):
|
||||
<td class="formsemestre_status_code">{
|
||||
modimpl.module.code or "(module sans code)"
|
||||
}</td>
|
||||
<td class="formsemestre_status_module">{modimpl.module.titre or ""}</td>
|
||||
<td class="formsemestre_status_inscrits">{
|
||||
mod_nb_inscrits[modimpl.id]}</td><td>{c_link}</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user