2019-08-10 17:41:01 +02:00
|
|
|
<h1 i18n>
|
2019-08-21 14:24:54 +02:00
|
|
|
Résumé avant validation
|
2019-08-10 17:41:01 +02:00
|
|
|
</h1>
|
|
|
|
<section>
|
2019-10-23 16:04:59 +02:00
|
|
|
<div markdown *ngFor="let questions of config.answers">
|
|
|
|
{{questions.id+1}}. {{questions.text}}
|
|
|
|
</div>
|
|
|
|
<button>Retour</button>
|
2019-08-10 17:41:01 +02:00
|
|
|
</section>
|
2019-08-21 14:24:54 +02:00
|
|
|
<a [routerLink]="'/step/end'" class="btn btn-block" i18n="@@confirm">C'est parfait!</a>
|