Skip to content
Snippets Groups Projects
Commit d6671802 authored by DELARUELLE Myriam's avatar DELARUELLE Myriam
Browse files

affiche le tableau même s'il n'y a pas d'étudiants

parent bda1697b
No related branches found
No related tags found
No related merge requests found
{{#count_results}}
<div class="table-wrapper">
<table id="suivi">
......@@ -50,15 +50,33 @@
</tr>
{{/visible}}
{{/students}}
{{^students}}
<tr >
<td colspan=4 class="row-header" style="text-align: center;font-style: oblique;">
Il n'y a aucun étudiant dans le cours
</td>
{{#modules}}
{{#visible}}
<td class="pointer-help state-0"><span class="icon-progress"></span></td>
{{/visible}}
{{/modules}}
</tr>
{{/students}}
</tbody>
</table>
</div>
<p id="count-selected-students">0 résultat(s) sélectionnés sur {{count_results}}</p>
{{/count_results}}
{{^count_results}}
<!--{{^count_results}}
<div class="alert alert-primary">Il n'y a pas de résultats correspondants aux filtres sélectionnés</div>
{{/count_results}}
{{/count_results}}-->
{{#js}}
require(['format_iena/suivi-table'], function(module) {
module.registerSelectAll();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment