20 lines
833 B
PHP
20 lines
833 B
PHP
<table class="table table-striped table-bordered table-condensed table-responsive" style="font-size:8pt;">
|
|
<thead>
|
|
<tr>
|
|
<th style='text-align:center'> No </th>
|
|
<th style='text-align:center'> Date </th>
|
|
<th style='text-align:center'> <?= _("Dérogation") ?> </th>
|
|
<th style='text-align:center'> <?= _("Prestataire") ?> </th>
|
|
<th colspan="2" style='text-align:center'> <?= _("Bénéficiaire") ?> </th>
|
|
<th style='text-align:center'> <?= _("Répondue le") ?> </th>
|
|
<th style='text-align:center'> <?= _("Répondue par") ?> </th>
|
|
<th style='text-align:center'> <?= _("Situation") ?> </th>
|
|
<th colspan="3" style='text-align:center'> <?= _("Motif Réel / Durée jeton / Motif Assuré") ?> </th>
|
|
<th style='text-align:center'> <?= _("T M") ?> </th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|