{# <nav aria-label="Page navigation example">
{{ knp_pagination_render(registration_student_pre_registrations) }}
</nav>
<br> #}
<div class="table-responsive">
<table class="align-middle mb-0 table table-bordered">
<thead>
<tr>
<th>Mle National</th>
<th>Code Préinscription</th>
<th>Nom</th>
<th>Prénoms</th>
<th class="text-center"></th>
</tr>
</thead>
<tbody>
<tr>
<form
action="#"
role="search"
hx-post="{{ path('registration_student_pre_registration_searh_table')}}"
hx-trigger="load, submit"
hx-target="#search-results"
hx-indicator=".htmx-indicator">
<td>
<input type="text" class="form-control" name="registrationNumber" id="registrationNumber" placeholder="Matricule national" style="border-bottom: 4px solid #ddd;" />
</td>
<td>
<input type="text" class="form-control" name="code" id="code" placeholder="Code Préinscription" style="border-bottom: 4px solid #ddd;" /></td>
<td>
<input type="text" class="form-control" name="lastName" id="lastName" placeholder="Nom" style="border-bottom: 4px solid #ddd;" />
</td>
<td>
<input type="text" class="form-control" name="firstName" id="firstName" placeholder="Prénoms" style="border-bottom: 4px solid #ddd;" />
</td>
<td class="text-center">
<button class="btn btn-primary"type="submit">
<i class="fa fa-search"></i> Rechercher
</button>
</td>
</form>
</tr>
</tbody>
</table>
<br>
<span class="htmx-indicator text-danger">
<img src="{{ asset('spinner-3.gif') }}" width="20" />
Recherche en cour...
</span>
<table class="display table table-striped table-bordered">
<thead>
<tr>
<th class="text-center" width="5%">
<input type="checkbox" id="check-all" onclick="javascript:checkAllElt()">
</th>
<th>Code</th>
<th>Mle national</th>
<th>Nom & Prénoms</th>
<th>Date de naissance</th>
<th>Contact</th>
<th class="text-center">Etat</th>
<th class="text-center">Statut</th>
<th class="text-center" width="10%">Actions</th>
</tr>
</thead>
<tbody id="search-results"></tbody>
</table>
</div>{#
<br>
<nav aria-label="Page navigation example">
{{ knp_pagination_render(registration_student_pre_registrations) }}
</nav> #}