26 lines
971 B
PHP
26 lines
971 B
PHP
<table class="table table-striped table-bordered table-condensed table-responsive" style="font-size:8pt;">
|
|
<thead>
|
|
<tr>
|
|
<th rowspan="2" style='text-align:center'> No </th>
|
|
<th rowspan="2" style='text-align:center'> Date </th>
|
|
<th rowspan="2" style='text-align:center'> <?= _("Acte") ?> </th>
|
|
<th rowspan="2" style='text-align:center'> <?= _("Prestataire") ?> </th>
|
|
<th rowspan="2" style='text-align:center'> <?= _("Répondue le") ?> </th>
|
|
<th rowspan="2" style='text-align:center'> <?= _("Répondue par") ?> </th>
|
|
<th rowspan="2" style='text-align:center'> <?= _("Situation") ?> </th>
|
|
<th colspan="2" style='text-align:center'> <?= _("Motif Réponse") ?> </th>
|
|
<th rowspan="2" style='text-align:center'> <?= _("Facturé") ?> </th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th style='text-align:center'> <?= _("Réel") ?> </th>
|
|
<th style='text-align:center'> <?= _("A l'assuré") ?> </th>
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
</tbody>
|
|
</table>
|