2021-12-02 19:39:30 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2021-12-02 19:51:38 +01:00
|
|
|
<title>{{nom}} {{prenom}} - Sauveuteur du dunkerquois</title>
|
2021-12-02 20:12:54 +01:00
|
|
|
<link href="../static/style.css" rel="stylesheet" type="text/css" />
|
2021-12-02 19:39:30 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-12-02 20:12:54 +01:00
|
|
|
<h1>{{nom}} {{prenom}}</h1>
|
2021-12-02 19:39:30 +01:00
|
|
|
<table>
|
2021-12-02 19:51:38 +01:00
|
|
|
<tr>
|
2021-12-02 20:12:54 +01:00
|
|
|
<td class="table_key">Nom</td><td>{{nom}}</td>
|
2021-12-02 19:51:38 +01:00
|
|
|
</tr>
|
2021-12-02 20:12:54 +01:00
|
|
|
<tr>
|
|
|
|
<td class="table_key">Prénom</td><td>{{prenom}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="table_key">Sauvetages effectués</td><td>{{nb_sauvetages}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="table_key">Personnes sauvées</td><td>{{nb_sauves}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="table_key">Gratifications</td><td>{{gratifications}}</td>
|
|
|
|
</tr>
|
2021-12-02 19:39:30 +01:00
|
|
|
</table>
|
2021-12-02 20:19:27 +01:00
|
|
|
<p>{{description}}</p>
|
2021-12-02 19:39:30 +01:00
|
|
|
</body>
|
|
|
|
</html>
|