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

{{ 'playthroughDetail.prepTitle' | translate }}

{{ 'playthroughDetail.clocksTitle' | translate }}

{{ 'playthroughDetail.charactersTitle' | translate }}

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

{{ 'playthroughDetail.noCharacters' | translate }}

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

{{ 'playthroughDetail.sessionsTitle' | translate }}

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

{{ 'playthroughDetail.noSessions' | translate }}

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