2 changed files with 9 additions and 8 deletions
@ -0,0 +1,8 @@ |
|||
<tr> |
|||
<th>Identité</th> |
|||
<td><?=$adherent["civility"].' '.$adherent["lastname"].' '.$adherent["firstname"]; ?></td> |
|||
</tr> |
|||
<tr> |
|||
<th>Adresse</th> |
|||
<td><?=$adherent["address"].' '.$adherent["zip"].' '.$adherent["town"]; ?></td> |
|||
</tr> |
Loading…
Reference in new issue