Liste des Formations

@if (isLoading()) {
... loading formations
} @else if (errorMessage()){
An error occurred: {{ errorMessage() }}
} @else {

@if (formations()) { @for (f of formations(); track f) { }
Formation Durée Catégorie
{{ f.cours }} {{ f.duration }} {{ f.category }}
} @else {
Pas de formations
} }