@if (trashVisible()) {
}
= playback.total() - 1"
(onClick)="playback.stepForward()"
data-testid="graph-playback-step-forward"
/>
@if (link() !== null) {
}
@if (playback.scopeLabel(); as scope) {
{{
scope
}}
}
{{ counter() }}@if (trimmed()) {*}
@if (captionTime(); as time) {
{{
time
}}
}
@if (captionElapsed(); as elapsed) {
{{ elapsed }}
}
@if (playback.total() === 0) {
{{ texts.emptyTape }}
} @else {
{{ caption() }}
}