@if (playthrough) {
@if (!activeOnThis) { } @if (activeOnThis) { }

Personnages joueurs

@if (characters.length === 0) {

Aucun PJ pour cette partie.

} @if (characters.length > 0) { }

Sessions

@if (sessions.length === 0) {

Aucune session encore. Lancez la première !

} @if (sessions.length > 0) { }
}